GoogleApi.SQLAdmin.V1.Model.SslCert (google_api_sql_admin v0.71.0)

View Source

SslCerts Resource

Attributes

  • cert (type: String.t, default: nil) - PEM representation.
  • certSerialNumber (type: String.t, default: nil) - Serial number, as extracted from the certificate.
  • commonName (type: String.t, default: nil) - User supplied name. Constrained to [a-zA-Z.-_ ]+.
  • createTime (type: DateTime.t, default: nil) - The time when the certificate was created in RFC 3339 format, for example 2012-11-15T16:19:00.094Z
  • expirationTime (type: DateTime.t, default: nil) - The time when the certificate expires in RFC 3339 format, for example 2012-11-15T16:19:00.094Z.
  • instance (type: String.t, default: nil) - Name of the database instance.
  • kind (type: String.t, default: nil) - This is always sql#sslCert.
  • selfLink (type: String.t, default: nil) - The URI of this resource.
  • sha1Fingerprint (type: String.t, default: nil) - Sha1 Fingerprint.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.SQLAdmin.V1.Model.SslCert{
  cert: String.t() | nil,
  certSerialNumber: String.t() | nil,
  commonName: String.t() | nil,
  createTime: DateTime.t() | nil,
  expirationTime: DateTime.t() | nil,
  instance: String.t() | nil,
  kind: String.t() | nil,
  selfLink: String.t() | nil,
  sha1Fingerprint: String.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.