View Source GoogleApi.PrivateCA.V1.Model.FetchCertificateAuthorityCsrResponse (google_api_private_ca v0.9.0)

Response message for CertificateAuthorityService.FetchCertificateAuthorityCsr.

Attributes

  • pemCsr (type: String.t, default: nil) - Output only. The PEM-encoded signed certificate signing request (CSR).

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.PrivateCA.V1.Model.FetchCertificateAuthorityCsrResponse{
  pemCsr: String.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.