Get Region Disk Disk Encryption Key
data class GetRegionDiskDiskEncryptionKey(val kmsKeyName: String, val rawKey: String, val rsaEncryptedKey: String, val sha256: String)
Properties
Link copied to clipboard
The name of the encryption key that is stored in Google Cloud KMS.
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. You can provide either the rawKey or the rsaEncryptedKey.