Class: Google::Apis::VaultV1::OrgUnitInfo

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

Overview

Org Unit to search

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ OrgUnitInfo

Returns a new instance of OrgUnitInfo



1047
1048
1049
# File 'generated/google/apis/vault_v1/classes.rb', line 1047

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

Instance Attribute Details

#org_unit_idString

Org unit to search, as provided by the Admin SDK Directory API. Corresponds to the JSON property orgUnitId

Returns:

  • (String)


1045
1046
1047
# File 'generated/google/apis/vault_v1/classes.rb', line 1045

def org_unit_id
  @org_unit_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1052
1053
1054
# File 'generated/google/apis/vault_v1/classes.rb', line 1052

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