Struct google_cloudiot1::PublicKeyCertificate[][src]

pub struct PublicKeyCertificate {
    pub x509_details: Option<X509CertificateDetails>,
    pub certificate: Option<String>,
    pub format: Option<String>,
}

A public key certificate format and data.

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

Fields

[Output only] The certificate details. Used only for X.509 certificates.

The certificate data.

The certificate format.

Trait Implementations

impl Default for PublicKeyCertificate
[src]

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

impl Clone for PublicKeyCertificate
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PublicKeyCertificate
[src]

Formats the value using the given formatter. Read more

impl Part for PublicKeyCertificate
[src]

Auto Trait Implementations