GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2TransientCryptoKey (google_api_dlp v0.41.0) View Source
Use this to have a random data crypto key generated. It will be discarded after the request finishes.
Attributes
-
name
(type:String.t
, default:nil
) - Required. Name of the key. This is an arbitrary string used to differentiate different keys. A unique key is generated per name: two separateTransientCryptoKey
protos share the same generated key if their names are the same. When the data crypto key is generated, this name is not used in any way (repeating the api call will result in a different key being generated).
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2TransientCryptoKey{ name: String.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.