Crypto Hash Config Args
    data class CryptoHashConfigArgs(val cryptoKey: Output<String>? = null, val kmsWrapped: Output<KmsWrappedCryptoKeyArgs>? = null) : ConvertibleToJava<CryptoHashConfigArgs> 
Pseudonymization method that generates surrogates via cryptographic hashing. Uses SHA-256. Outputs a base64-encoded representation of the hashed output. For example, L7k0BHmF1ha5U3NfGykjro4xWi1MPVQPjhMAZbSV9mM=.
Constructors
Link copied to clipboard
                fun CryptoHashConfigArgs(cryptoKey: Output<String>? = null, kmsWrapped: Output<KmsWrappedCryptoKeyArgs>? = null)