public enum PredefinedBucketAclReference 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
Google.Cloud.Storage.V1Assembly
Google.Cloud.Storage.V1.dll
Fields |
|
|---|---|
| Name | Description |
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. |