Class GoogleChromeManagementV1ProfileAppInstallInstance
Describes a profile reporting Chrome Profile information.
Implements
Inherited Members
Namespace: Google.Apis.ChromeManagement.v1.Data
Assembly: Google.Apis.ChromeManagement.v1.dll
Syntax
public class GoogleChromeManagementV1ProfileAppInstallInstance : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Output only. The email of the profile.
Declaration
[JsonProperty("email")]
public virtual string Email { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ProfileId
Output only. The Chrome client side profile ID.
Declaration
[JsonProperty("profileId")]
public virtual string ProfileId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ProfileOrgUnitId
Output only. The organizational unit id of the profile.
Declaration
[JsonProperty("profileOrgUnitId")]
public virtual string ProfileOrgUnitId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ProfilePermanentId
Output only. Profile permanent ID is the unique identifier of a profile within one customer.
Declaration
[JsonProperty("profilePermanentId")]
public virtual string ProfilePermanentId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |