public static interface CertificateAuthority.IssuingOptionsOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getIncludeCaCertUrl()
public abstract boolean getIncludeCaCertUrl()
Required. When true, includes a URL to the issuing CA certificate in the "authority information access" X.509 extension.
bool include_ca_cert_url = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
The includeCaCertUrl. |
getIncludeCrlAccessUrl()
public abstract boolean 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.
bool include_crl_access_url = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
The includeCrlAccessUrl. |