[{"label":"Latest (v1.0)","version":"latest"}]
csp
CreateCustomRoleRequest
Custom role to create.
Properties
string
displayName
Required
Custom role display name
string as ^[a-zA-Z0-9_-]{2,30}$
name
Required
Custom role name
string
description
Optional
Custom role description
array of
string
permissions
Optional
Permissions of the role
JSON Example
{
"displayName": "string",
"name": "string"
}