Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
PermissionDefinition interface
- Package:
- @azure/cosmos
Properties
| id | The id of the permission |
| permissionMode | The mode of the permission, must be a value of PermissionMode |
| resource | The link of the resource that the permission will be applied to. |
| resourcePartitionKey |
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[]
