Class: Google::Apis::PrivatecaV1::RelativeDistinguishedName

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/privateca_v1/classes.rb,
lib/google/apis/privateca_v1/representations.rb,
lib/google/apis/privateca_v1/representations.rb

Overview

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ RelativeDistinguishedName

Returns a new instance of RelativeDistinguishedName.



2346
2347
2348
# File 'lib/google/apis/privateca_v1/classes.rb', line 2346

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#attributesArray<Google::Apis::PrivatecaV1::AttributeTypeAndValue>

Attributes describes the attribute value assertions in the RDN. Corresponds to the JSON property attributes



2344
2345
2346
# File 'lib/google/apis/privateca_v1/classes.rb', line 2344

def attributes
  @attributes
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2351
2352
2353
# File 'lib/google/apis/privateca_v1/classes.rb', line 2351

def update!(**args)
  @attributes = args[:attributes] if args.key?(:attributes)
end