GoogleApi.Storage.V1.Model.BucketIamConfiguration (google_api_storage v0.29.0) View Source
The bucket's IAM configuration.
Attributes
-
bucketPolicyOnly
(type:GoogleApi.Storage.V1.Model.BucketIamConfigurationBucketPolicyOnly.t
, default:nil
) - 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. -
publicAccessPrevention
(type:String.t
, default:nil
) - The bucket's Public Access Prevention configuration. Currently, 'unspecified' and 'enforced' are supported. -
uniformBucketLevelAccess
(type:GoogleApi.Storage.V1.Model.BucketIamConfigurationUniformBucketLevelAccess.t
, default:nil
) - The bucket's uniform bucket-level access configuration.
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.BucketIamConfiguration{ bucketPolicyOnly: GoogleApi.Storage.V1.Model.BucketIamConfigurationBucketPolicyOnly.t() | nil, publicAccessPrevention: String.t() | nil, uniformBucketLevelAccess: GoogleApi.Storage.V1.Model.BucketIamConfigurationUniformBucketLevelAccess.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.