Struct google_dlp2::GooglePrivacyDlpV2CryptoKey[][src]

pub struct GooglePrivacyDlpV2CryptoKey {
    pub kms_wrapped: Option<GooglePrivacyDlpV2KmsWrappedCryptoKey>,
    pub unwrapped: Option<GooglePrivacyDlpV2UnwrappedCryptoKey>,
    pub transient: Option<GooglePrivacyDlpV2TransientCryptoKey>,
}

This is a data encryption key (DEK) (as opposed to a key encryption key (KEK) stored by KMS). When using KMS to wrap/unwrap DEKs, be sure to set an appropriate IAM policy on the KMS CryptoKey (KEK) to ensure an attacker cannot unwrap the data crypto key.

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

Fields

no description provided

no description provided

no description provided

Trait Implementations

impl Default for GooglePrivacyDlpV2CryptoKey
[src]

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

impl Clone for GooglePrivacyDlpV2CryptoKey
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GooglePrivacyDlpV2CryptoKey
[src]

Formats the value using the given formatter. Read more

impl Part for GooglePrivacyDlpV2CryptoKey
[src]

Auto Trait Implementations