Google Cloud Certificate Manager V1 Client - Class CertificateAuthorityServiceConfig (0.3.7)

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

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
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
NameDescription
var string
Returns
TypeDescription
$this