BucketEncryptionResponse

data class BucketEncryptionResponse(val defaultKmsKeyName: String)

Encryption configuration for a bucket.

Constructors

Link copied to clipboard
fun BucketEncryptionResponse(defaultKmsKeyName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A Cloud KMS key that will be used to encrypt objects inserted into this bucket, if no encryption method is specified.