PermissionDefinition interface
Properties
id | The id of the permission |
permission |
The mode of the permission, must be a value of PermissionMode |
resource | The link of the resource that the permission will be applied to. |
resource |
Property Details
id
The id of the permission
id: string
Property Value
string
permissionMode
The mode of the permission, must be a value of PermissionMode
permissionMode: PermissionMode
Property Value
resource
The link of the resource that the permission will be applied to.
resource: string
Property Value
string
resourcePartitionKey
resourcePartitionKey?: string | any[]
Property Value
string | any[]