GetInstanceTemplateDiskSourceSnapshotEncryptionKey

data class GetInstanceTemplateDiskSourceSnapshotEncryptionKey(val kmsKeySelfLink: String, val kmsKeyServiceAccount: String, val rawKey: String, val rsaEncryptedKey: String)

Constructors

constructor(kmsKeySelfLink: String, kmsKeyServiceAccount: String, rawKey: String, rsaEncryptedKey: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Specifies a 256-bit customer-supplied encryption key, encoded in RFC 4648 base64 to either encrypt or decrypt this resource. Only one of kms_key_self_link, rsa_encrypted_key and raw_key may be set.

Link copied to clipboard

Specifies an RFC 4648 base64 encoded, RSA-wrapped 2048-bit customer-supplied encryption key to either encrypt or decrypt this resource. Only one of kms_key_self_link, rsa_encrypted_key and raw_key may be set.