ExtensionObjectPermissionEnum Enumeration |
OBS bucket extension permission
Namespace:
OBS.Model
Assembly:
esdk_obs_.net (in esdk_obs_.net.dll) Version: 3.1.3.0 (3.1.3)
Syntaxpublic enum ExtensionObjectPermissionEnum
Members
| Member name | Value | Description |
---|
| GrantRead | 0 |
Grant the read permission to all users belonging to the specified "domainId" to read objects and obtain object metadata.
|
| GrantReadAcp | 1 |
Grant the READ_ACP permission to all users belonging to the specified "domainId" to read ACLs of objects.
|
| GrantWriteAcp | 2 |
Grant the WRITE_ACP permission to all users belonging to the specified "domainId" to modify ACLs of objects.
|
| GrantFullControl | 3 |
Grant the full control permission to all users belonging to the specified "domainId" to read objects, obtain object metadata, as well as obtain and write object ACLs.
|
See Also