Google Cloud Storage v1 API - Enum PredefinedBucketAcl (4.4.0)

public enum PredefinedBucketAcl

Reference documentation and code samples for the Google Cloud Storage v1 API enum PredefinedBucketAcl.

Predefined access control lists (ACLs) that can be specified when creating or updating buckets.

Namespace

GoogleGoogle.CloudGoogle.Cloud.StorageV1

Assembly

Google.Cloud.Storage.V1.dll

Fields

NameDescription
AuthenticatedRead

Object owner gets owner access, and all authenticated users 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 all users get reader access.

PublicReadWrite

Object owner gets owner access, and all users get writer access.