google_api_dlp v0.9.0 GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2KmsWrappedCryptoKey View Source

Include to use an existing data crypto key wrapped by KMS. The wrapped key must be a 128/192/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

Attributes

  • cryptoKeyName (String.t): The resource name of the KMS CryptoKey to use for unwrapping. [required] Defaults to: null.
  • wrappedKey (binary()): The wrapped data crypto key. [required] Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2KmsWrappedCryptoKey{
  cryptoKeyName: any(),
  wrappedKey: any()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.