Google Cloud Storage C++ Client
1.32.1
A C++ Client Library for Google Cloud Storage
|
The IAM configuration for a Bucket. More...
#include <google/cloud/storage/bucket_metadata.h>
Public Attributes | |
absl::optional< UniformBucketLevelAccess > | uniform_bucket_level_access |
absl::optional< std::string > | public_access_prevention |
The IAM configuration for a Bucket.
Currently this only holds the UniformBucketLevelAccess. In the future, we may define additional IAM which would be included in this object.
Definition at line 212 of file bucket_metadata.h.
absl::optional<std::string> google::cloud::storage::v1::BucketIamConfiguration::public_access_prevention |
Definition at line 214 of file bucket_metadata.h.
absl::optional<UniformBucketLevelAccess> google::cloud::storage::v1::BucketIamConfiguration::uniform_bucket_level_access |
Definition at line 213 of file bucket_metadata.h.