View Source GoogleApi.CertificateManager.V1.Model.SelfManagedCertificate (google_api_certificate_manager v0.8.1)

Certificate data for a SelfManaged Certificate. SelfManaged Certificates are uploaded by the user. Updating such certificates before they expire remains the user's responsibility.

Attributes

  • pemCertificate (type: String.t, default: nil) - Optional. Input only. The PEM-encoded certificate chain. Leaf certificate comes first, followed by intermediate ones if any.
  • pemPrivateKey (type: String.t, default: nil) - Optional. Input only. The PEM-encoded private key of the leaf certificate.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.CertificateManager.V1.Model.SelfManagedCertificate{
  pemCertificate: String.t() | nil,
  pemPrivateKey: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.