GetSnapshotSourceDiskEncryptionKey

data class GetSnapshotSourceDiskEncryptionKey(val kmsKeyServiceAccount: String, val rawKey: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The service account used for the encryption request for the given KMS key. If absent, the Compute Engine Service Agent 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.