Application Role
An Object
Note |
Properties
The following properties are available:
Property | Type | Default | Read-Only | Description |
---|---|---|---|---|
description | string | No | ||
permissions | array | No | ||
role-key | string | No | ||
title | string | No |
Schema
{
"title": "Application Role",
"description": "Application Role",
"type": "object",
"properties": {
"role-key": {
"type": "string"
},
"title": {
"type": "string"
},
"description": {
"type": "string"
},
"permissions": {
"type": "array",
"items": {
"type": "string"
}
}
},
"id": "applicationRole"
}