GooglePrivacyDlpV2UnwrappedCryptoKeyArgs

data class GooglePrivacyDlpV2UnwrappedCryptoKeyArgs(val key: Output<String>) : ConvertibleToJava<GooglePrivacyDlpV2UnwrappedCryptoKeyArgs>

Using raw keys is prone to security risks due to accidentally leaking the key. Choose another type of key if possible.

Constructors

Link copied to clipboard
constructor(key: Output<String>)

Properties

Link copied to clipboard
val key: Output<String>

A 128/192/256 bit key.

Functions

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