Struct google_dlp2_beta1::GooglePrivacyDlpV2beta1TransientCryptoKey[][src]

pub struct GooglePrivacyDlpV2beta1TransientCryptoKey {
    pub name: Option<String>,
}

Use this to have a random data crypto key generated. It will be discarded after the operation/request finishes.

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

Fields

Name of the key. [required] This is an arbitrary string used to differentiate different keys. A unique key is generated per name: two separate TransientCryptoKey protos share the same generated key if their names are the same. When the data crypto key is generated, this name is not used in any way (repeating the api call will result in a different key being generated).

Trait Implementations

impl Default for GooglePrivacyDlpV2beta1TransientCryptoKey
[src]

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

impl Clone for GooglePrivacyDlpV2beta1TransientCryptoKey
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GooglePrivacyDlpV2beta1TransientCryptoKey
[src]

Formats the value using the given formatter. Read more

impl Part for GooglePrivacyDlpV2beta1TransientCryptoKey
[src]

Auto Trait Implementations