Class StatusReportingSettings
Settings controlling the behavior of status reports.
Implements
Inherited Members
Namespace: Google.Apis.AndroidManagement.v1.Data
Assembly: Google.Apis.AndroidManagement.v1.dll
Syntax
public class StatusReportingSettings : IDirectResponseSchema
Properties
ApplicationReportingSettings
Application reporting settings. Only applicable if application_reports_enabled is true.
Declaration
[JsonProperty("applicationReportingSettings")]
public virtual ApplicationReportingSettings ApplicationReportingSettings { get; set; }
Property Value
Type | Description |
---|---|
ApplicationReportingSettings |
ApplicationReportsEnabled
Whether app reports are enabled.
Declaration
[JsonProperty("applicationReportsEnabled")]
public virtual bool? ApplicationReportsEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool? |
CommonCriteriaModeEnabled
Whether Common Criteria Mode reporting is enabled. This is supported only on company-owned devices.
Declaration
[JsonProperty("commonCriteriaModeEnabled")]
public virtual bool? CommonCriteriaModeEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool? |
DeviceSettingsEnabled
Whether device settings reporting is enabled.
Declaration
[JsonProperty("deviceSettingsEnabled")]
public virtual bool? DeviceSettingsEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool? |
DisplayInfoEnabled
Whether displays reporting is enabled. Report data is not available for personally owned devices with work profiles.
Declaration
[JsonProperty("displayInfoEnabled")]
public virtual bool? DisplayInfoEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
HardwareStatusEnabled
Whether hardware status reporting is enabled. Report data is not available for personally owned devices with work profiles.
Declaration
[JsonProperty("hardwareStatusEnabled")]
public virtual bool? HardwareStatusEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool? |
MemoryInfoEnabled
Whether memory event reporting is enabled.
Declaration
[JsonProperty("memoryInfoEnabled")]
public virtual bool? MemoryInfoEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool? |
NetworkInfoEnabled
Whether network info reporting is enabled.
Declaration
[JsonProperty("networkInfoEnabled")]
public virtual bool? NetworkInfoEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool? |
PowerManagementEventsEnabled
Whether power management event reporting is enabled. Report data is not available for personally owned devices with work profiles.
Declaration
[JsonProperty("powerManagementEventsEnabled")]
public virtual bool? PowerManagementEventsEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool? |
SoftwareInfoEnabled
Whether software info reporting is enabled.
Declaration
[JsonProperty("softwareInfoEnabled")]
public virtual bool? SoftwareInfoEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool? |
SystemPropertiesEnabled
Whether system properties reporting is enabled.
Declaration
[JsonProperty("systemPropertiesEnabled")]
public virtual bool? SystemPropertiesEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool? |