Google Privacy Dlp V2Crypto Key Response
data class GooglePrivacyDlpV2CryptoKeyResponse(val kmsWrapped: GooglePrivacyDlpV2KmsWrappedCryptoKeyResponse, val transient: GooglePrivacyDlpV2TransientCryptoKeyResponse, val unwrapped: GooglePrivacyDlpV2UnwrappedCryptoKeyResponse)
This is a data encryption key (DEK) (as opposed to a key encryption key (KEK) stored by Cloud Key Management Service (Cloud KMS). When using Cloud KMS to wrap or unwrap a DEK, be sure to set an appropriate IAM policy on the KEK to ensure an attacker cannot unwrap the DEK.
Constructors
Link copied to clipboard
fun GooglePrivacyDlpV2CryptoKeyResponse(kmsWrapped: GooglePrivacyDlpV2KmsWrappedCryptoKeyResponse, transient: GooglePrivacyDlpV2TransientCryptoKeyResponse, unwrapped: GooglePrivacyDlpV2UnwrappedCryptoKeyResponse)