SynapseRbacPermission interface
Synapse role definition details
Properties
| actions | List of actions |
| data |
List of data actions |
| not |
List of Not actions |
| not |
List of Not data actions |
Property Details
actions
List of actions
actions?: string[]
Property Value
string[]
dataActions
List of data actions
dataActions?: string[]
Property Value
string[]
notActions
List of Not actions
notActions?: string[]
Property Value
string[]
notDataActions
List of Not data actions
notDataActions?: string[]
Property Value
string[]