Show / Hide Table of Contents

Class GoogleChromeManagementV1InstalledApp

Describes an installed app.

Inheritance
object
GoogleChromeManagementV1InstalledApp
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 GoogleChromeManagementV1InstalledApp : IDirectResponseSchema

Properties

AppId

Output only. Unique identifier of the app. For Chrome apps and extensions, the 32-character id (e.g. ehoadneljpdggcbbknedodolkkjodefl). For Android apps, the package name (e.g. com.evernote).

Declaration
[JsonProperty("appId")]
public virtual string AppId { get; set; }
Property Value
Type Description
string

AppInstallType

Output only. How the app was installed.

Declaration
[JsonProperty("appInstallType")]
public virtual string AppInstallType { get; set; }
Property Value
Type Description
string

AppSource

Output only. Source of the installed app.

Declaration
[JsonProperty("appSource")]
public virtual string AppSource { get; set; }
Property Value
Type Description
string

AppType

Output only. Type of the app.

Declaration
[JsonProperty("appType")]
public virtual string AppType { get; set; }
Property Value
Type Description
string

BrowserDeviceCount

Output only. Count of browser devices with this app installed.

Declaration
[JsonProperty("browserDeviceCount")]
public virtual long? BrowserDeviceCount { get; set; }
Property Value
Type Description
long?

Description

Output only. Description of the installed app.

Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type Description
string

Disabled

Output only. Whether the app is disabled.

Declaration
[JsonProperty("disabled")]
public virtual bool? Disabled { get; set; }
Property Value
Type Description
bool?

DisplayName

Output only. Name of the installed app.

Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

HomepageUri

Output only. Homepage uri of the installed app.

Declaration
[JsonProperty("homepageUri")]
public virtual string HomepageUri { get; set; }
Property Value
Type Description
string

OsUserCount

Output only. Count of ChromeOS users with this app installed.

Declaration
[JsonProperty("osUserCount")]
public virtual long? OsUserCount { get; set; }
Property Value
Type Description
long?

Permissions

Output only. Permissions of the installed app.

Declaration
[JsonProperty("permissions")]
public virtual IList<string> Permissions { get; set; }
Property Value
Type Description
IList<string>

RiskAssessment

Output only. If available, the risk assessment data about this extension.

Declaration
[JsonProperty("riskAssessment")]
public virtual GoogleChromeManagementV1RiskAssessmentData RiskAssessment { get; set; }
Property Value
Type Description
GoogleChromeManagementV1RiskAssessmentData

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX