Class: Google::Cloud::Security::PrivateCA::V1::X509Extension
- Inherits:
-
Object
- Object
- Google::Cloud::Security::PrivateCA::V1::X509Extension
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/security/privateca/v1/resources.rb
Overview
An X509Extension specifies an X.509 extension, which may be used in different parts of X.509 objects like certificates, CSRs, and CRLs.
Instance Attribute Summary collapse
-
#critical ⇒ ::Boolean
Optional.
-
#object_id ⇒ ::Google::Cloud::Security::PrivateCA::V1::ObjectId
Required.
-
#value ⇒ ::String
Required.
Instance Attribute Details
#critical ⇒ ::Boolean
Returns Optional. Indicates whether or not this extension is critical (i.e., if the client does not know how to handle this extension, the client should consider this to be an error).
1201 1202 1203 1204 |
# File 'proto_docs/google/cloud/security/privateca/v1/resources.rb', line 1201 class X509Extension include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#object_id ⇒ ::Google::Cloud::Security::PrivateCA::V1::ObjectId
Returns Required. The OID for this X.509 extension.
1201 1202 1203 1204 |
# File 'proto_docs/google/cloud/security/privateca/v1/resources.rb', line 1201 class X509Extension include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#value ⇒ ::String
Returns Required. The value of this X.509 extension.
1201 1202 1203 1204 |
# File 'proto_docs/google/cloud/security/privateca/v1/resources.rb', line 1201 class X509Extension include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |