Google Cloud Storage v1 API - Enum PredefinedObjectAcl (4.4.0)

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

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.

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.