Google Certificate Authority Service V1beta1 Client - Class IssuingOptions (1.1.0)

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

Options that affect all certificates issued by a CertificateAuthority.

Generated from protobuf message google.cloud.security.privateca.v1beta1.CertificateAuthority.IssuingOptions

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ include_ca_cert_url bool

Required. When true, includes a URL to the issuing CA certificate in the "authority information access" X.509 extension.

↳ include_crl_access_url bool

Required. When true, includes a URL to the CRL corresponding to certificates issued from a CertificateAuthority. CRLs will expire 7 days from their creation. However, we will rebuild daily. CRLs are also rebuilt shortly after a certificate is revoked.

getIncludeCaCertUrl

Required. When true, includes a URL to the issuing CA certificate in the "authority information access" X.509 extension.

Returns
TypeDescription
bool

setIncludeCaCertUrl

Required. When true, includes a URL to the issuing CA certificate in the "authority information access" X.509 extension.

Parameter
NameDescription
var bool
Returns
TypeDescription
$this

getIncludeCrlAccessUrl

Required. When true, includes a URL to the CRL corresponding to certificates issued from a CertificateAuthority.

CRLs will expire 7 days from their creation. However, we will rebuild daily. CRLs are also rebuilt shortly after a certificate is revoked.

Returns
TypeDescription
bool

setIncludeCrlAccessUrl

Required. When true, includes a URL to the CRL corresponding to certificates issued from a CertificateAuthority.

CRLs will expire 7 days from their creation. However, we will rebuild daily. CRLs are also rebuilt shortly after a certificate is revoked.

Parameter
NameDescription
var bool
Returns
TypeDescription
$this