GoogleApi.Storage.V1.Model.BucketIamConfigurationUniformBucketLevelAccess (google_api_storage v0.29.0) View Source
The bucket's uniform bucket-level access configuration.
Attributes
-
enabled
(type:boolean()
, default:nil
) - If set, access is controlled only by bucket-level or above IAM policies. -
lockedTime
(type:DateTime.t
, default:nil
) - The deadline 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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Storage.V1.Model.BucketIamConfigurationUniformBucketLevelAccess{ enabled: boolean() | nil, lockedTime: DateTime.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.