GoogleApi.Storage.V1.Model.BucketIamConfigurationBucketPolicyOnly (google_api_storage v0.29.0) View Source
The bucket's uniform bucket-level access configuration. The feature was formerly known as Bucket Policy Only. For backward compatibility, this field will be populated with identical information as the uniformBucketLevelAccess field. We recommend using the uniformBucketLevelAccess field to enable and disable the feature.
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.bucketPolicyOnly.enabled from true to false in RFC 3339 format. iamConfiguration.bucketPolicyOnly.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.BucketIamConfigurationBucketPolicyOnly{ enabled: boolean() | nil, lockedTime: DateTime.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.