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

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

Overview

The organizational unit to search

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ OrgUnitInfo

Returns a new instance of OrgUnitInfo.



1614
1615
1616
# File 'lib/google/apis/vault_v1/classes.rb', line 1614

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

Instance Attribute Details

#org_unit_idString

The name of the organizational unit to search, as provided by the Admin SDK Directory API. Corresponds to the JSON property orgUnitId

Returns:

  • (String)


1612
1613
1614
# File 'lib/google/apis/vault_v1/classes.rb', line 1612

def org_unit_id
  @org_unit_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1619
1620
1621
# File 'lib/google/apis/vault_v1/classes.rb', line 1619

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