WorkstationConfigEncryptionKey

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the Google Cloud KMS encryption key.

Link copied to clipboard

The service account to use with the specified KMS key.