Struct google_sqladmin1_beta4::SslCert [] [src]

pub struct SslCert {
    pub cert_serial_number: Option<String>,
    pub kind: Option<String>,
    pub sha1_fingerprint: Option<String>,
    pub common_name: Option<String>,
    pub instance: Option<String>,
    pub cert: Option<String>,
    pub expiration_time: Option<String>,
    pub create_time: Option<String>,
    pub self_link: Option<String>,
}

SslCerts Resource

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

Serial number, as extracted from the certificate.

This is always sql#sslCert.

Sha1 Fingerprint.

User supplied name. Constrained to [a-zA-Z.-_ ]+.

Name of the database instance.

PEM representation.

The time when the certificate expires in RFC 3339 format, for example 2012-11-15T16:19:00.094Z.

The time when the certificate was created in RFC 3339 format, for example 2012-11-15T16:19:00.094Z

The URI of this resource.

Trait Implementations

impl Debug for SslCert
[src]

Formats the value using the given formatter.

impl Clone for SslCert
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for SslCert
[src]

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

impl Resource for SslCert
[src]

impl ResponseResult for SslCert
[src]