Struct PredefinedAcl (2.22.0)

Set the ACL to predefined values when creating Buckets or Objects.

A predefined ACL is an alias for a set of specific ACL entries that you can use to quickly apply many ACL entries at once to a bucket or object.

See Also

https://cloud.google.com/storage/docs/access-control/lists#predefined-acl for a more detailed description of Predefined ACLs in GCS.

Functions

static well_known_parameter_name()

Returns
TypeDescription
char const *

static AuthenticatedRead()

Returns
TypeDescription
PredefinedAcl

static BucketOwnerFullControl()

Returns
TypeDescription
PredefinedAcl

static BucketOwnerRead()

Returns
TypeDescription
PredefinedAcl

static Private()

Returns
TypeDescription
PredefinedAcl

static ProjectPrivate()

Returns
TypeDescription
PredefinedAcl

static PublicRead()

Returns
TypeDescription
PredefinedAcl

static PublicReadWrite()

Returns
TypeDescription
PredefinedAcl

HeaderName() const

Returns
TypeDescription
std::string