Google Cloud Storage C++ Client  1.42.0
A C++ Client Library for Google Cloud Storage
Public Attributes | List of all members
google::cloud::storage::UniformBucketLevelAccess Struct Reference

Configure if only the IAM policies are used for access control. More...

#include <google/cloud/storage/bucket_metadata.h>

Public Attributes

bool enabled
 
std::chrono::system_clock::time_point locked_time
 

Detailed Description

Configure if only the IAM policies are used for access control.

See also
Before enabling Uniform Bucket Level Access please review the feature documentation, as well as "Should you use uniform bucket-level access ?".

Definition at line 152 of file bucket_metadata.h.

Member Data Documentation

◆ enabled

bool google::cloud::storage::UniformBucketLevelAccess::enabled

Definition at line 153 of file bucket_metadata.h.

◆ locked_time

std::chrono::system_clock::time_point google::cloud::storage::UniformBucketLevelAccess::locked_time

Definition at line 154 of file bucket_metadata.h.