View Source GoogleApi.PrivateCA.V1.Model.SubordinateConfig (google_api_private_ca v0.13.0)
Describes a subordinate CA's issuers. This is either a resource name 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 formatprojects/*/locations/*/caPools/*/certificateAuthorities/*
. -
pemIssuerChain
(type:GoogleApi.PrivateCA.V1.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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.PrivateCA.V1.Model.SubordinateConfig{ certificateAuthority: String.t() | nil, pemIssuerChain: GoogleApi.PrivateCA.V1.Model.SubordinateConfigChain.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.