Struct google_dlp2_beta1::GooglePrivacyDlpV2beta1CryptoKey[][src]

pub struct GooglePrivacyDlpV2beta1CryptoKey {
    pub kms_wrapped: Option<GooglePrivacyDlpV2beta1KmsWrappedCryptoKey>,
    pub unwrapped: Option<GooglePrivacyDlpV2beta1UnwrappedCryptoKey>,
    pub transient: Option<GooglePrivacyDlpV2beta1TransientCryptoKey>,
}

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 GooglePrivacyDlpV2beta1CryptoKey
[src]

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

impl Clone for GooglePrivacyDlpV2beta1CryptoKey
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GooglePrivacyDlpV2beta1CryptoKey
[src]

Formats the value using the given formatter. Read more

impl Part for GooglePrivacyDlpV2beta1CryptoKey
[src]

Auto Trait Implementations