Struct google_container1::ClientCertificateConfig[][src]

pub struct ClientCertificateConfig {
    pub issue_client_certificate: Option<bool>,
}

Configuration for client certificates on the cluster.

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

Fields

Issue a client certificate.

Trait Implementations

impl Default for ClientCertificateConfig
[src]

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

impl Clone for ClientCertificateConfig
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ClientCertificateConfig
[src]

Formats the value using the given formatter. Read more

impl Part for ClientCertificateConfig
[src]

Auto Trait Implementations