Struct google_dlp2_beta1::GooglePrivacyDlpV2beta1CryptoHashConfig[][src]

pub struct GooglePrivacyDlpV2beta1CryptoHashConfig {
    pub crypto_key: Option<GooglePrivacyDlpV2beta1CryptoKey>,
}

Pseudonymization method that generates surrogates via cryptographic hashing. Uses SHA-256. Outputs a 32 byte digest as an uppercase hex string (for example, 41D1567F7F99F1DC2A5FAB886DEE5BEE). Currently, only string and integer values can be hashed.

This type is not used in any activity, and only used as part of another schema.

Fields

The key used by the hash function.

Trait Implementations

impl Default for GooglePrivacyDlpV2beta1CryptoHashConfig
[src]

Returns the "default value" for a type. Read more

impl Clone for GooglePrivacyDlpV2beta1CryptoHashConfig
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GooglePrivacyDlpV2beta1CryptoHashConfig
[src]

Formats the value using the given formatter. Read more

impl Part for GooglePrivacyDlpV2beta1CryptoHashConfig
[src]

Auto Trait Implementations