Struct google_dlp2_beta1::GooglePrivacyDlpV2beta1KmsWrappedCryptoKey[][src]

pub struct GooglePrivacyDlpV2beta1KmsWrappedCryptoKey {
    pub crypto_key_name: Option<String>,
    pub wrapped_key: Option<String>,
}

Include to use an existing data crypto key wrapped by KMS. Authorization requires the following IAM permissions when sending a request to perform a crypto transformation using a kms-wrapped crypto key: dlp.kms.encrypt

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

Fields

The resource name of the KMS CryptoKey to use for unwrapping. [required]

The wrapped data crypto key. [required]

Trait Implementations

impl Default for GooglePrivacyDlpV2beta1KmsWrappedCryptoKey
[src]

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

impl Clone for GooglePrivacyDlpV2beta1KmsWrappedCryptoKey
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GooglePrivacyDlpV2beta1KmsWrappedCryptoKey
[src]

Formats the value using the given formatter. Read more

impl Part for GooglePrivacyDlpV2beta1KmsWrappedCryptoKey
[src]

Auto Trait Implementations