Image Image Encryption Key Args
data class ImageImageEncryptionKeyArgs(val kmsKeySelfLink: Output<String>? = null, val kmsKeyServiceAccount: Output<String>? = null, val rawKey: Output<String>? = null, val rsaEncryptedKey: Output<String>? = null) : ConvertibleToJava<ImageImageEncryptionKeyArgs>
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. Note: This property is sensitive and will not be displayed in the plan.