Google Cloud Storage C++ Client
1.42.0
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 210 of file bucket_metadata.h.
absl::optional<std::string> google::cloud::storage::BucketIamConfiguration::public_access_prevention |
Definition at line 212 of file bucket_metadata.h.
absl::optional<UniformBucketLevelAccess> google::cloud::storage::BucketIamConfiguration::uniform_bucket_level_access |
Definition at line 211 of file bucket_metadata.h.