GetRegionDiskSourceSnapshotEncryptionKey

data class GetRegionDiskSourceSnapshotEncryptionKey(val kmsKeyName: String, val rawKey: String, val sha256: String)

Constructors

Link copied to clipboard
constructor(kmsKeyName: String, rawKey: String, sha256: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

Specifies a 256-bit customer-supplied encryption key, encoded in RFC 4648 base64 to either encrypt or decrypt this resource.

Link copied to clipboard

The RFC 4648 base64 encoded SHA-256 hash of the customer-supplied encryption key that protects this resource.