Click or drag to resize

ExtensionObjectPermissionEnum 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)
Syntax
C#
public enum ExtensionObjectPermissionEnum
Members
  Member nameValueDescription
GrantRead0 Grant the read permission to all users belonging to the specified "domainId" to read objects and obtain object metadata.
GrantReadAcp1 Grant the READ_ACP permission to all users belonging to the specified "domainId" to read ACLs of objects.
GrantWriteAcp2 Grant the WRITE_ACP permission to all users belonging to the specified "domainId" to modify ACLs of objects.
GrantFullControl3 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