Class GoogleChromeManagementVersionsV1ReportingData
Reporting data of a Chrome browser profile.
Implements
Inherited Members
Namespace: Google.Apis.ChromeManagement.v1.Data
Assembly: Google.Apis.ChromeManagement.v1.dll
Syntax
public class GoogleChromeManagementVersionsV1ReportingData : IDirectResponseSchema
Properties
BrowserExecutablePath
Output only. Executable path of the installed Chrome browser. A valid path is included only in affiliated profiles.
Declaration
[JsonProperty("browserExecutablePath")]
public virtual string BrowserExecutablePath { 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 |
ExtensionData
Output only. Information of the extensions installed on the profile.
Declaration
[JsonProperty("extensionData")]
public virtual IList<GoogleChromeManagementVersionsV1ReportingDataExtensionData> ExtensionData { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleChromeManagementVersionsV1ReportingDataExtensionData> |
ExtensionPolicyData
Output only. Information of the policies applied on the extensions.
Declaration
[JsonProperty("extensionPolicyData")]
public virtual IList<GoogleChromeManagementVersionsV1ReportingDataExtensionPolicyData> ExtensionPolicyData { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleChromeManagementVersionsV1ReportingDataExtensionPolicyData> |
InstalledBrowserVersion
Output only. Updated version of a browser, if it is different from the active browser version.
Declaration
[JsonProperty("installedBrowserVersion")]
public virtual string InstalledBrowserVersion { get; set; }
Property Value
Type | Description |
---|---|
string |
PolicyData
Output only. Information of the policies applied on the profile.
Declaration
[JsonProperty("policyData")]
public virtual IList<GoogleChromeManagementVersionsV1ReportingDataPolicyData> PolicyData { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleChromeManagementVersionsV1ReportingDataPolicyData> |
ProfilePath
Output only. Path of the profile. A valid path is included only in affiliated profiles.
Declaration
[JsonProperty("profilePath")]
public virtual string ProfilePath { get; set; }
Property Value
Type | Description |
---|---|
string |