Provides enumerated values that indicate a type of ACL Action for KiiCorp.Cloud.Storage.KiiBucket.
Member Name | Description |
---|---|
CREATE_OBJECTS_IN_BUCKET | Action of create object in the bucket. |
DROP_BUCKET_WITH_ALL_CONTENT | Action of drop bucket. It will also remove all the contents in the bucket. |
QUERY_OBJECTS_IN_BUCKET | Action of query object in the bucket. |
READ_OBJECTS_IN_BUCKET | If this Action is granted, subject can READ the objects stored in the bucket. When it's dropped, subject can only READ the objects that has ACL entry allows subject to READ (ObjectAction.READ_EXISTING_OBJECT). |