public enum PredefinedObjectAcl
Reference documentation and code samples for the Google Cloud Storage v1 API enum PredefinedObjectAcl.
Predefined access control lists (ACLs) that can be specified when creating or updating objects.
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. |
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 all users get reader access. |