Google Certificate Authority Service V1beta1 Client - Class IssuanceModes (1.0.3)

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

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

Generated from protobuf message google.cloud.security.privateca.v1beta1.CertificateAuthority.CertificateAuthorityPolicy.IssuanceModes

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ allow_csr_based_issuance bool

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

↳ allow_config_based_issuance bool

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

getAllowCsrBasedIssuance

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

Returns
TypeDescription
bool

setAllowCsrBasedIssuance

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

Parameter
NameDescription
var bool
Returns
TypeDescription
$this

getAllowConfigBasedIssuance

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

Returns
TypeDescription
bool

setAllowConfigBasedIssuance

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

Parameter
NameDescription
var bool
Returns
TypeDescription
$this