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

Constructor Details

#initialize(**args) ⇒ OrgUnitInfo

Returns a new instance of OrgUnitInfo.



1440
1441
1442
# File 'generated/google/apis/vault_v1/classes.rb', line 1440

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)


1438
1439
1440
# File 'generated/google/apis/vault_v1/classes.rb', line 1438

def org_unit_id
  @org_unit_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1445
1446
1447
# File 'generated/google/apis/vault_v1/classes.rb', line 1445

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