Googly. CloudStorage. Model. BucketIamConfigurationBucketPolicyOnly
(googly_cloud_storage v0.1.0)
Copy Markdown
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()) - If set, access is controlled only by bucket-level or above IAM policies. -
locked_time(type:DateTime.t()) - 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.
Summary
Types
@type t() :: %Googly.CloudStorage.Model.BucketIamConfigurationBucketPolicyOnly{ enabled: boolean() | nil, locked_time: DateTime.t() | nil }