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

View Source

SslCert insert response.

Attributes

  • clientCert (type: GoogleApi.SQLAdmin.V1.Model.SslCertDetail.t, default: nil) - The new client certificate and private key.
  • kind (type: String.t, default: nil) - This is always sql#sslCertsInsert.
  • operation (type: GoogleApi.SQLAdmin.V1.Model.Operation.t, default: nil) - The operation to track the ssl certs insert request.
  • serverCaCert (type: GoogleApi.SQLAdmin.V1.Model.SslCert.t, default: nil) - The server Certificate Authority's certificate. If this is missing you can force a new one to be generated by calling resetSslConfig method on instances resource.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.SQLAdmin.V1.Model.SslCertsInsertResponse{
  clientCert: GoogleApi.SQLAdmin.V1.Model.SslCertDetail.t() | nil,
  kind: String.t() | nil,
  operation: GoogleApi.SQLAdmin.V1.Model.Operation.t() | nil,
  serverCaCert: GoogleApi.SQLAdmin.V1.Model.SslCert.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.