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.



1086
1087
1088
# File 'generated/google/apis/vault_v1/classes.rb', line 1086

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)


1084
1085
1086
# File 'generated/google/apis/vault_v1/classes.rb', line 1084

def org_unit_id
  @org_unit_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1091
1092
1093
# File 'generated/google/apis/vault_v1/classes.rb', line 1091

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