CustomerEncryptionKeyResponse

data class CustomerEncryptionKeyResponse(val kmsKey: String, val kmsKeyServiceAccount: String)

A customer-managed encryption key for the Compute Engine resources of this workstation configuration.

Constructors

Link copied to clipboard
constructor(kmsKey: String, kmsKeyServiceAccount: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Immutable. The name of the Google Cloud KMS encryption key. For example, projects/PROJECT_ID/locations/REGION/keyRings/KEY_RING/cryptoKeys/KEY_NAME.

Link copied to clipboard

Immutable. The service account to use with the specified KMS key. We recommend that you use a separate service account and follow KMS best practices. For more information, see Separation of duties and gcloud kms keys add-iam-policy-binding --member.