GooglePrivacyDlpV2CryptoHashConfigArgs

data class GooglePrivacyDlpV2CryptoHashConfigArgs(val cryptoKey: Output<GooglePrivacyDlpV2CryptoKeyArgs>? = null) : ConvertibleToJava<GooglePrivacyDlpV2CryptoHashConfigArgs>

Pseudonymization method that generates surrogates via cryptographic hashing. Uses SHA-256. The key size must be either 32 or 64 bytes. Outputs a base64 encoded representation of the hashed output (for example, L7k0BHmF1ha5U3NfGykjro4xWi1MPVQPjhMAZbSV9mM=). Currently, only string and integer values can be hashed. See https://cloud.google.com/dlp/docs/pseudonymization to learn more.

Constructors

Link copied to clipboard
constructor(cryptoKey: Output<GooglePrivacyDlpV2CryptoKeyArgs>? = null)

Properties

Link copied to clipboard

The key used by the hash function.

Functions

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