PermissionMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
These are the access permissions for creating or replacing a PermissionProperties resource in the Azure Cosmos DB service.
This enumeration supports a bitwise combination of its member values.
[System.Flags]
public enum PermissionMode
[<System.Flags>]
type PermissionMode =
Public Enum PermissionMode
- Inheritance
-
PermissionMode
- Attributes
Fields
Name | Value | Description |
---|---|---|
Read | 1 | Read permission mode will provide the user with Read only access to a resource. |
All | 2 | All permission mode will provide the user with full access(read, insert, replace and delete) to a resource. |
Remarks
A Permission resource associates an access permission of a user on a particular resource.
Applies to
Azure SDK for .NET