GoogleApi.SQLAdmin.V1beta4.Model.InstancesListServerCertificatesResponse (google_api_sql_admin v0.71.0)

View Source

Instances ListServerCertificatess response.

Attributes

  • activeVersion (type: String.t, default: nil) - The sha1_fingerprint of the active certificate from server_certs.
  • caCerts (type: list(GoogleApi.SQLAdmin.V1beta4.Model.SslCert.t), default: nil) - List of server CA certificates for the instance.
  • kind (type: String.t, default: nil) - This is always sql#instancesListServerCertificates.
  • serverCerts (type: list(GoogleApi.SQLAdmin.V1beta4.Model.SslCert.t), default: nil) - List of server certificates for the instance, signed by the corresponding CA from the ca_certs list.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.SQLAdmin.V1beta4.Model.InstancesListServerCertificatesResponse{
    activeVersion: String.t() | nil,
    caCerts: [GoogleApi.SQLAdmin.V1beta4.Model.SslCert.t()] | nil,
    kind: String.t() | nil,
    serverCerts: [GoogleApi.SQLAdmin.V1beta4.Model.SslCert.t()] | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.