Struct google_cloudkms1::KeyOperationAttestation[][src]

pub struct KeyOperationAttestation {
    pub content: Option<String>,
    pub format: Option<String>,
}

Contains an HSM-generated attestation about a key operation.

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

Fields

Output only. The attestation data provided by the HSM when the key operation was performed.

Output only. The format of the attestation data.

Trait Implementations

impl Default for KeyOperationAttestation
[src]

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

impl Clone for KeyOperationAttestation
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for KeyOperationAttestation
[src]

Formats the value using the given formatter. Read more

impl Part for KeyOperationAttestation
[src]

Auto Trait Implementations