Class GoogleChromeManagementVersionsV1ThirdPartyProfileUser
A representation of non-Google (third party) user that is associated with a managed Chrome profile.
Implements
Inherited Members
Namespace: Google.Apis.ChromeManagement.v1.Data
Assembly: Google.Apis.ChromeManagement.v1.dll
Syntax
public class GoogleChromeManagementVersionsV1ThirdPartyProfileUser : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
Identifier. Format: customers/{customer_id}/thirdPartyProfileUsers/{third_party_profile_user_id}
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
OrgUnitId
Output only. The ID of the organizational unit assigned to the user.
Declaration
[JsonProperty("orgUnitId")]
public virtual string OrgUnitId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |