Show / Hide Table of Contents

Class GoogleChromeManagementVersionsV1ThirdPartyProfileUser

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

Inheritance
object
GoogleChromeManagementVersionsV1ThirdPartyProfileUser
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX