Class: Google::Cloud::Security::PrivateCA::V1beta1::X509Extension
- Inherits:
-
Object
- Object
- Google::Cloud::Security::PrivateCA::V1beta1::X509Extension
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/security/privateca/v1beta1/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
Required.
-
#object_id ⇒ ::Google::Cloud::Security::PrivateCA::V1beta1::ObjectId
Required.
-
#value ⇒ ::String
Required.
Instance Attribute Details
#critical ⇒ ::Boolean
Returns Required. 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).
799 800 801 802 |
# File 'proto_docs/google/cloud/security/privateca/v1beta1/resources.rb', line 799 class X509Extension include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#object_id ⇒ ::Google::Cloud::Security::PrivateCA::V1beta1::ObjectId
Returns Required. The OID for this X.509 extension.
799 800 801 802 |
# File 'proto_docs/google/cloud/security/privateca/v1beta1/resources.rb', line 799 class X509Extension include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#value ⇒ ::String
Returns Required. The value of this X.509 extension.
799 800 801 802 |
# File 'proto_docs/google/cloud/security/privateca/v1beta1/resources.rb', line 799 class X509Extension include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |