Googly.CloudStorage.Model.BucketIamConfigurationUniformBucketLevelAccess (googly_cloud_storage v0.1.0)

Copy Markdown View Source

The bucket's uniform bucket-level access configuration.

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.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.

Summary

Types

t()

@type t() ::
  %Googly.CloudStorage.Model.BucketIamConfigurationUniformBucketLevelAccess{
    enabled: boolean() | nil,
    locked_time: DateTime.t() | nil
  }