Bucket Iam Configuration Response
data class BucketIamConfigurationResponse(val bucketPolicyOnly: BucketIamConfigurationBucketPolicyOnlyResponse, val publicAccessPrevention: String, val uniformBucketLevelAccess: BucketIamConfigurationUniformBucketLevelAccessResponse)
The bucket's IAM configuration.
Constructors
Link copied to clipboard
fun BucketIamConfigurationResponse(bucketPolicyOnly: BucketIamConfigurationBucketPolicyOnlyResponse, publicAccessPrevention: String, uniformBucketLevelAccess: BucketIamConfigurationUniformBucketLevelAccessResponse)
Types
Properties
Link copied to clipboard
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.