SynapseRoleDefinition interface
Synapse role definition details
Properties
| availability |
Availability of the Synapse role |
| description | Description for the Synapse role |
| id | Role Definition ID |
| is |
Is a built-in role or not |
| name | Name of the Synapse role |
| permissions | Permissions for the Synapse role |
| scopes | Allowed scopes for the Synapse role |
Property Details
availabilityStatus
Availability of the Synapse role
availabilityStatus?: string
Property Value
string
description
Description for the Synapse role
description?: string
Property Value
string
id
Role Definition ID
id?: string
Property Value
string
isBuiltIn
Is a built-in role or not
isBuiltIn?: boolean
Property Value
boolean
name
Name of the Synapse role
name?: string
Property Value
string
permissions
Permissions for the Synapse role
permissions?: SynapseRbacPermission[]
Property Value
scopes
Allowed scopes for the Synapse role
scopes?: string[]
Property Value
string[]