Enum PredefinedBucketAcl (3.4.0)

public enum PredefinedBucketAcl

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

Namespace

Google.Cloud.Storage.V1

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.