Class: Google::Cloud::Security::PrivateCA::V1::X509Parameters::CaOptions
- Inherits:
-
Object
- Object
- Google::Cloud::Security::PrivateCA::V1::X509Parameters::CaOptions
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/security/privateca/v1/resources.rb
Overview
Describes the X.509 basic constraints extension, per RFC 5280 section 4.2.1.9
Instance Attribute Summary collapse
-
#is_ca ⇒ ::Boolean
Optional.
-
#max_issuer_path_length ⇒ ::Integer
Optional.
Instance Attribute Details
#is_ca ⇒ ::Boolean
Returns Optional. Refers to the "CA" boolean field in the X.509 extension. When this value is missing, the basic constraints extension will be omitted from the certificate.
954 955 956 957 |
# File 'proto_docs/google/cloud/security/privateca/v1/resources.rb', line 954 class CaOptions include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#max_issuer_path_length ⇒ ::Integer
Returns Optional. Refers to the path length constraint field in the 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 certificate.
954 955 956 957 |
# File 'proto_docs/google/cloud/security/privateca/v1/resources.rb', line 954 class CaOptions include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |