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
Namespace
Google \ Cloud \ Security \ PrivateCA \ V1beta1 \ CertificateAuthorityMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
bool |
setIncludeCaCertUrl
Required. When true, includes a URL to the issuing CA certificate in the "authority information access" X.509 extension.
Parameter | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$this |