RoleDefinition interface
Role definition.
Properties
assignable |
Role definition assignable scopes. |
description | The role definition description. |
id | The role definition ID. NOTE: This property will not be serialized. It can only be populated by the server. |
name | The role definition name. NOTE: This property will not be serialized. It can only be populated by the server. |
permissions | Role definition permissions. |
role |
The role name. |
role |
The role type. |
type | The role definition type. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
assignableScopes
Role definition assignable scopes.
assignableScopes?: string[]
Property Value
string[]
description
The role definition description.
description?: string
Property Value
string
id
The role definition ID. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
name
The role definition name. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
permissions
roleName
The role name.
roleName?: string
Property Value
string
roleType
The role type.
roleType?: string
Property Value
string
type
The role definition type. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string