Certificate Authority Service V1beta1 API - Class Google::Cloud::Security::PrivateCA::V1beta1::CertificateAuthority::IssuingOptions (v0.3.6)

Reference documentation and code samples for the Certificate Authority Service V1beta1 API class Google::Cloud::Security::PrivateCA::V1beta1::CertificateAuthority::IssuingOptions.

Options that affect all certificates issued by a CertificateAuthority.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#include_ca_cert_url

def include_ca_cert_url() -> ::Boolean
Returns
  • (::Boolean) — Required. When true, includes a URL to the issuing CA certificate in the "authority information access" X.509 extension.

#include_ca_cert_url=

def include_ca_cert_url=(value) -> ::Boolean
Parameter
  • value (::Boolean) — Required. When true, includes a URL to the issuing CA certificate in the "authority information access" X.509 extension.
Returns
  • (::Boolean) — Required. When true, includes a URL to the issuing CA certificate in the "authority information access" X.509 extension.

#include_crl_access_url

def include_crl_access_url() -> ::Boolean
Returns
  • (::Boolean) — 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.

#include_crl_access_url=

def include_crl_access_url=(value) -> ::Boolean
Parameter
  • value (::Boolean) — 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
  • (::Boolean) — 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.