Enum PermissionMode
These are the access permissions for creating or replacing a PermissionProperties resource in the Azure Cosmos DB service.
[Flags]
public enum PermissionMode : byte
- Extension Methods
Fields
All = 2
All permission mode will provide the user with full access(read, insert, replace and delete) to a resource.
Read = 1
Read permission mode will provide the user with Read only access to a resource.
Remarks
A Permission resource associates an access permission of a user on a particular resource.