GoogleApi.PrivateCA.V1beta1.Model.SubordinateConfig (google_api_private_ca v0.4.2) 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 in the same project 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/*/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(), pemIssuerChain: GoogleApi.PrivateCA.V1beta1.Model.SubordinateConfigChain.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.