Google Cloud Storage C++ Client 2.13.0
A C++ Client Library for Google Cloud Storage
|
The IAM configuration for a Bucket. More...
#include <google/cloud/storage/bucket_iam_configuration.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.
absl::optional<std::string> google::cloud::storage::BucketIamConfiguration::public_access_prevention |
absl::optional<UniformBucketLevelAccess> google::cloud::storage::BucketIamConfiguration::uniform_bucket_level_access |