Class: Google::Cloud::Security::PrivateCA::V1beta1::CertificateAuthority::IssuingOptions

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/security/privateca/v1beta1/resources.rb

Overview

Options that affect all certificates issued by a CertificateAuthority.

Instance Attribute Summary collapse

Instance Attribute Details

#include_ca_cert_url::Boolean

Returns 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.



117
118
119
120
# File 'proto_docs/google/cloud/security/privateca/v1beta1/resources.rb', line 117

class IssuingOptions
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#include_crl_access_url::Boolean

Returns 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.



117
118
119
120
# File 'proto_docs/google/cloud/security/privateca/v1beta1/resources.rb', line 117

class IssuingOptions
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end