Class: Google::Cloud::Security::PrivateCA::V1::X509Extension

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

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

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

Returns:

  • (::Boolean)

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



1179
1180
1181
1182
# File 'proto_docs/google/cloud/security/privateca/v1/resources.rb', line 1179

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.

Returns:



1179
1180
1181
1182
# File 'proto_docs/google/cloud/security/privateca/v1/resources.rb', line 1179

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

#value::String

Returns Required. The value of this X.509 extension.

Returns:

  • (::String)

    Required. The value of this X.509 extension.



1179
1180
1181
1182
# File 'proto_docs/google/cloud/security/privateca/v1/resources.rb', line 1179

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