GoogleApi.PrivateCA.V1beta1.Model.SubordinateConfig (google_api_private_ca v0.7.3) View Source

Describes a subordinate CA's issuers. This is either a resource path to a known issuing CertificateAuthority, or a PEM issuer certificate chain.

Attributes

  • certificateAuthority (type: String.t, default: nil) - Required. This can refer to a CertificateAuthority that was used to create a subordinate CertificateAuthority. This field is used for information and usability purposes only. The resource name is in the format projects/*/locations/*/certificateAuthorities/*.
  • pemIssuerChain (type: GoogleApi.PrivateCA.V1beta1.Model.SubordinateConfigChain.t, default: nil) - Required. Contains the PEM certificate chain for the issuers of this CertificateAuthority, but not pem certificate for this CA itself.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.PrivateCA.V1beta1.Model.SubordinateConfig{
  certificateAuthority: String.t() | nil,
  pemIssuerChain:
    GoogleApi.PrivateCA.V1beta1.Model.SubordinateConfigChain.t() | nil
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.