EncryptionConfigResponse

data class EncryptionConfigResponse(val kmsKey: String)

Represents a custom encryption key configuration that can be applied to a resource. This will encrypt all disks in Virtual Machine.

Constructors

Link copied to clipboard
constructor(kmsKey: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Cloud KMS resource identifier of the customer-managed encryption key used to protect a resource, such as a disks. It has the following format: projects/{PROJECT_ID}/locations/{REGION}/keyRings/{KEY_RING_NAME}/cryptoKeys/{KEY_NAME}