CreateCustomRoleRequest
CreateCustomRoleRequest
Custom role to create.
JSON Example
{
"permissions": [
"string"
],
"name": "string",
"displayName": "string",
"description": "string"
}
array of string
permissions
Optional
Constraints: minItems: 1 maxItems: 100
Permissions of the role
string As ^[a-zA-Z0-9_-]{2,30}$
name
Required
Custom role name
string
displayName
Required
Constraints: minLength: 1 maxLength: 100
Custom role display name
string
description
Optional
Constraints: minLength: 1 maxLength: 256
Custom role description