SubordinateConfigResponse

data class SubordinateConfigResponse(val certificateAuthority: String, val pemIssuerChain: SubordinateConfigChainResponse)

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

Constructors

Link copied to clipboard
fun SubordinateConfigResponse(certificateAuthority: String, pemIssuerChain: SubordinateConfigChainResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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/*/caPools/*/certificateAuthorities/*.

Link copied to clipboard

Contains the PEM certificate chain for the issuers of this CertificateAuthority, but not pem certificate for this CA itself. ////