InstanceFromTemplateInstanceEncryptionKey

data class InstanceFromTemplateInstanceEncryptionKey(val kmsKeySelfLink: String? = null, val kmsKeyServiceAccount: String? = null, val sha256: String? = null)

Constructors

constructor(kmsKeySelfLink: String? = null, kmsKeyServiceAccount: String? = null, sha256: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val kmsKeySelfLink: String? = null

The self link of the encryption key that is stored in Google Cloud KMS.

Link copied to clipboard

The service account being used for the encryption request for the given KMS key. If absent, the Compute Engine default service account is used.

Link copied to clipboard
val sha256: String? = null

The SHA256 hash of the customer's encryption key.