GooglePrivacyDlpV2KmsWrappedCryptoKeyArgs

data class GooglePrivacyDlpV2KmsWrappedCryptoKeyArgs(val cryptoKeyName: Output<String>, val wrappedKey: Output<String>) : ConvertibleToJava<GooglePrivacyDlpV2KmsWrappedCryptoKeyArgs>

Include to use an existing data crypto key wrapped by KMS. The wrapped key must be a 128-, 192-, or 256-bit key. Authorization requires the following IAM permissions when sending a request to perform a crypto transformation using a KMS-wrapped crypto key: dlp.kms.encrypt For more information, see Creating a wrapped key (https://cloud.google.com/dlp/docs/create-wrapped-key). Note: When you use Cloud KMS for cryptographic operations, charges apply.

Constructors

fun GooglePrivacyDlpV2KmsWrappedCryptoKeyArgs(cryptoKeyName: Output<String>, wrappedKey: Output<String>)

Functions

Link copied to clipboard
open override fun toJava(): GooglePrivacyDlpV2KmsWrappedCryptoKeyArgs

Properties

Link copied to clipboard
val cryptoKeyName: Output<String>

The resource name of the KMS CryptoKey to use for unwrapping.

Link copied to clipboard
val wrappedKey: Output<String>

The wrapped data crypto key.