Reference documentation and code samples for the Google Cloud Certificate Manager V1 Client class CertificateAuthorityServiceConfig.
Contains information required to contact CA service.
Generated from protobuf message google.cloud.certificatemanager.v1.CertificateIssuanceConfig.CertificateAuthorityConfig.CertificateAuthorityServiceConfig
Namespace
Google \ Cloud \ CertificateManager \ V1 \ CertificateIssuanceConfig \ CertificateAuthorityConfigMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ ca_pool |
string
Required. A CA pool resource used to issue a certificate. The CA pool string has a relative resource path following the form "projects/{project}/locations/{location}/caPools/{ca_pool}". |
getCaPool
Required. A CA pool resource used to issue a certificate.
The CA pool string has a relative resource path following the form "projects/{project}/locations/{location}/caPools/{ca_pool}".
| Returns | |
|---|---|
| Type | Description |
string |
|
setCaPool
Required. A CA pool resource used to issue a certificate.
The CA pool string has a relative resource path following the form "projects/{project}/locations/{location}/caPools/{ca_pool}".
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|