Class: Google::Cloud::Security::PrivateCA::V1::X509Parameters::CaOptions

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

Overview

Describes values that are relevant in a CA certificate.

Instance Attribute Summary collapse

Instance Attribute Details

#is_ca::Boolean

Returns Optional. Refers to the "CA" X.509 extension, which is a boolean value. When this value is missing, the extension will be omitted from the CA certificate.

Returns:

  • (::Boolean)

    Optional. Refers to the "CA" X.509 extension, which is a boolean value. When this value is missing, the extension will be omitted from the CA certificate.



875
876
877
878
# File 'proto_docs/google/cloud/security/privateca/v1/resources.rb', line 875

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

#max_issuer_path_length::Integer

Returns Optional. Refers to the path length restriction X.509 extension. For a CA certificate, this value describes the depth of subordinate CA certificates that are allowed. If this value is less than 0, the request will fail. If this value is missing, the max path length will be omitted from the CA certificate.

Returns:

  • (::Integer)

    Optional. Refers to the path length restriction X.509 extension. For a CA certificate, this value describes the depth of subordinate CA certificates that are allowed. If this value is less than 0, the request will fail. If this value is missing, the max path length will be omitted from the CA certificate.



875
876
877
878
# File 'proto_docs/google/cloud/security/privateca/v1/resources.rb', line 875

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