PermissionDefinition interface
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 |
The id of the permission
TypeScript
id: string
Property Value
string
The mode of the permission, must be a value of PermissionMode
TypeScript
permissionMode: PermissionMode
Property Value
The link of the resource that the permission will be applied to.
TypeScript
resource: string
Property Value
string
TypeScript
resourcePartitionKey?: string | any[]
Property Value
string | any[]