ExtensionBucketPermissionEnum Enumeration |
OBS bucket extension permission
Namespace:
OBS.Model
Assembly:
esdk_obs_.net (in esdk_obs_.net.dll) Version: 3.19.7.1 (3.19.7.1)
Syntaxpublic enum ExtensionBucketPermissionEnum
Members
| Member name | Value | Description |
---|
| GrantRead | 0 |
Grant the read permission to all users belonging to the specified "domainId" for listing objects, listing multipart uploads, listing bucket versions, and obtaining bucket metadata.
|
| GrantWrite | 1 |
Grant the write permission to all users belonging to the specified "domainId" so that the users can create, delete, overwrite objects in buckets, as well as initialize, upload, copy, and combine parts and abort multipart uploads.
|
| GrantReadAcp | 2 |
Grant the READ_ACP permission to all users belonging to the specified "domainId" to obtain ACLs of objects.
|
| GrantWriteAcp | 3 |
Grant the WRITE_ACP permission to all users belonging to the specified "domainId" to modify bucket ACLs.
|
| GrantFullControl | 4 |
Grant full control permissions to all users belonging to the specified "domainId".
|
| GrantReadDelivered | 5 |
Grant the read permission to all users belonging to the specified "domainId". By default, these users have read permissions on all objects in the bucket.
|
| GrantFullControlDelivered | 6 |
Grant the full control permission to all users belonging to the specified "domainId". By default, these users have the full control permission on all objects in the bucket.
|
See Also