FolderBucketConfigCmekSettings

data class FolderBucketConfigCmekSettings(val kmsKeyName: String, val kmsKeyVersionName: String? = null, val name: String? = null, val serviceAccountId: String? = null)

Constructors

Link copied to clipboard
constructor(kmsKeyName: String, kmsKeyVersionName: String? = null, name: String? = null, serviceAccountId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val name: String? = null

The resource name of the bucket. For example: "folders/my-folder-id/locations/my-location/buckets/my-bucket-id"

Link copied to clipboard