Reference documentation and code samples for the Google Certificate Authority Service V1 Client class SubordinateConfigChain.
This message describes a subordinate CA's issuer certificate chain. This wrapper exists for compatibility reasons.
Generated from protobuf message google.cloud.security.privateca.v1.SubordinateConfig.SubordinateConfigChain
Namespace
Google \ Cloud \ Security \ PrivateCA \ V1 \ SubordinateConfigMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ pem_certificates |
array
Required. Expected to be in leaf-to-root order according to RFC 5246. |
getPemCertificates
Required. Expected to be in leaf-to-root order according to RFC 5246.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setPemCertificates
Required. Expected to be in leaf-to-root order according to RFC 5246.
Parameter | |
---|---|
Name | Description |
var |
string[]
|
Returns | |
---|---|
Type | Description |
$this |