View Source GoogleApi.AlloyDB.V1.Model.GenerateClientCertificateResponse (google_api_alloy_db v0.2.0)

Message returned by a GenerateClientCertificate operation.

Attributes

  • caCert (type: String.t, default: nil) - Optional. The pem-encoded cluster ca X.509 certificate.
  • pemCertificateChain (type: list(String.t), default: nil) - Output only. The pem-encoded chain that may be used to verify the X.509 certificate. Expected to be in issuer-to-root order according to RFC 5246.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AlloyDB.V1.Model.GenerateClientCertificateResponse{
  caCert: String.t() | nil,
  pemCertificateChain: [String.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.