Class: Google::Cloud::Security::PrivateCA::V1::RelativeDistinguishedName

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

RelativeDistinguishedName specifies a relative distinguished name which will be used to build a distinguished name.

Instance Attribute Summary collapse

Instance Attribute Details

#attributes::Array<::Google::Cloud::Security::PrivateCA::V1::AttributeTypeAndValue>

Returns Attributes describes the attribute value assertions in the RDN.

Returns:



1386
1387
1388
1389
# File 'proto_docs/google/cloud/security/privateca/v1/resources.rb', line 1386

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