[{"label":"Latest (v1.0)","version":"latest"}]
csp
CustomRoleDto
Properties
string
createdBy
Optional
string
description
Optional
Description of the custom role
string
displayName
Optional
Display name of the custom role
string
lastModifiedBy
Optional
string
name
Optional
Name of the custom role
array of
string
permissions
Optional
Permissions of the custom role
JSON Example
{
"createdBy": "string",
"description": "string",
"displayName": "string",
"lastModifiedBy": "string",
"name": "string",
"permissions": [
"string"
]
}
[{"label":"Latest (v1.0)","version":"latest"}]
csp
Property Of
ResultsDtoCustomRoleDto
Returned By
Create Custom Role
Get Custom Role
Patch Custom Role