Enum ObjectsResource.ComposeRequest.DestinationPredefinedAclEnum
Apply a predefined set of access controls to the destination object.
Namespace: Google.Apis.Storage.v1
Assembly: Google.Apis.Storage.v1.dll
Syntax
public enum DestinationPredefinedAclEnum
Fields
Name | Description |
---|---|
AuthenticatedRead | Object owner gets OWNER access, and allAuthenticatedUsers get READER access. |
BucketOwnerFullControl | Object owner gets OWNER access, and project team owners get OWNER access. |
BucketOwnerRead | Object owner gets OWNER access, and project team owners get READER access. |
Private__ | Object owner gets OWNER access. |
ProjectPrivate | Object owner gets OWNER access, and project team members get access according to their roles. |
PublicRead | Object owner gets OWNER access, and allUsers get READER access. |