Class: Google::Cloud::Security::PrivateCA::V1::RelativeDistinguishedName
- Inherits:
-
Object
- Object
- Google::Cloud::Security::PrivateCA::V1::RelativeDistinguishedName
- 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
-
#attributes ⇒ ::Array<::Google::Cloud::Security::PrivateCA::V1::AttributeTypeAndValue>
Attributes describes the attribute value assertions in the RDN.
Instance Attribute Details
#attributes ⇒ ::Array<::Google::Cloud::Security::PrivateCA::V1::AttributeTypeAndValue>
Returns Attributes describes the attribute value assertions in the RDN.
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 |