Struct cloud_storage::bucket::UniformBucketLevelAccess [−][src]
Expand description
Access that is configured for all objects in one go.
Fields
enabled: boolWhether or not the bucket uses uniform bucket-level access. If set, access checks only use bucket-level IAM policies or above.
locked_time: Option<DateTime<Utc>>The deadline time for changing iamConfiguration.uniformBucketLevelAccess.enabled from true to false, in RFC 3339 format.
iamConfiguration.uniformBucketLevelAccess.enabled may be changed from true to false until the locked time, after which the field is immutable.
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]Deserialize this value from the given Serde deserializer. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for UniformBucketLevelAccessimpl Send for UniformBucketLevelAccessimpl Sync for UniformBucketLevelAccessimpl Unpin for UniformBucketLevelAccessimpl UnwindSafe for UniformBucketLevelAccess