View Source GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2UnwrappedCryptoKey (google_api_dlp v0.45.0)

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

Attributes

  • key (type: String.t, default: nil) - Required. A 128/192/256 bit key.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2UnwrappedCryptoKey{
  key: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.