Google Certificate Authority Service V1 Client - Class IssuanceModes (1.2.2)

Reference documentation and code samples for the Google Certificate Authority Service V1 Client class IssuanceModes.

IssuanceModes specifies the allowed ways in which Certificates may be requested from this CaPool.

Generated from protobuf message google.cloud.security.privateca.v1.CaPool.IssuancePolicy.IssuanceModes

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ allow_csr_based_issuance bool

Optional. When true, allows callers to create Certificates by specifying a CSR.

↳ allow_config_based_issuance bool

Optional. When true, allows callers to create Certificates by specifying a CertificateConfig.

getAllowCsrBasedIssuance

Optional. When true, allows callers to create Certificates by specifying a CSR.

Returns
TypeDescription
bool

setAllowCsrBasedIssuance

Optional. When true, allows callers to create Certificates by specifying a CSR.

Parameter
NameDescription
var bool
Returns
TypeDescription
$this

getAllowConfigBasedIssuance

Optional. When true, allows callers to create Certificates by specifying a CertificateConfig.

Returns
TypeDescription
bool

setAllowConfigBasedIssuance

Optional. When true, allows callers to create Certificates by specifying a CertificateConfig.

Parameter
NameDescription
var bool
Returns
TypeDescription
$this