Reference documentation and code samples for the Google Certificate Authority Service V1 Client class SubordinateConfig.
Describes a subordinate CA's issuers. This is either a resource name to a known issuing CertificateAuthority , or a PEM issuer certificate chain.
Generated from protobuf message google.cloud.security.privateca.v1.SubordinateConfig
Namespace
Google \ Cloud \ Security \ PrivateCA \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ certificate_authority
string
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/*/caPools/*/certificateAuthorities/*
.
↳ pem_issuer_chain
SubordinateConfig\SubordinateConfigChain
Required. Contains the PEM certificate chain for the issuers of this CertificateAuthority , but not pem certificate for this CA itself.
getCertificateAuthority
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/*/caPools/*/certificateAuthorities/*
.
string
hasCertificateAuthority
setCertificateAuthority
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/*/caPools/*/certificateAuthorities/*
.
var
string
$this
getPemIssuerChain
Required. Contains the PEM certificate chain for the issuers of this CertificateAuthority , but not pem certificate for this CA itself.
hasPemIssuerChain
setPemIssuerChain
Required. Contains the PEM certificate chain for the issuers of this CertificateAuthority , but not pem certificate for this CA itself.
$this
getSubordinateConfig
string