Class: Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1ThirdPartyProfileUser

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

Overview

A representation of non-Google (third party) user that is associated with a managed Chrome profile.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleChromeManagementVersionsV1ThirdPartyProfileUser

Returns a new instance of GoogleChromeManagementVersionsV1ThirdPartyProfileUser.



5547
5548
5549
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 5547

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

Instance Attribute Details

#nameString

Identifier. Format: customers/customer_id/thirdPartyProfileUsers/ third_party_profile_user_id Corresponds to the JSON property name

Returns:

  • (String)


5540
5541
5542
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 5540

def name
  @name
end

#org_unit_idString

Output only. The ID of the organizational unit assigned to the user. Corresponds to the JSON property orgUnitId

Returns:

  • (String)


5545
5546
5547
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 5545

def org_unit_id
  @org_unit_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5552
5553
5554
5555
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 5552

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