google_api_health_care v0.7.0 GoogleApi.HealthCare.V1beta1.Model.CryptoHashConfig View Source
Pseudonymization method that generates surrogates via cryptographic hashing.
Uses SHA-256.
Outputs a base64-encoded representation of the hashed output
(for example, L7k0BHmF1ha5U3NfGykjro4xWi1MPVQPjhMAZbSV9mM=
).
Attributes
cryptoKey
(type:String.t
, default:nil
) - An AES 128/192/256 bit key. Causes the hash to be computed based on this key. A default key is generated for each Deidentify operation and is used wherever crypto_key is not specified.
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 Sourcet() :: %GoogleApi.HealthCare.V1beta1.Model.CryptoHashConfig{ cryptoKey: String.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.