Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

StatusReportingSettings

import type { StatusReportingSettings } from "https://googleapis.deno.dev/v1/androidmanagement:v1.ts";

Settings controlling the behavior of status reports.

interface StatusReportingSettings {
applicationReportingSettings?: ApplicationReportingSettings;
applicationReportsEnabled?: boolean;
commonCriteriaModeEnabled?: boolean;
deviceSettingsEnabled?: boolean;
displayInfoEnabled?: boolean;
hardwareStatusEnabled?: boolean;
memoryInfoEnabled?: boolean;
networkInfoEnabled?: boolean;
powerManagementEventsEnabled?: boolean;
softwareInfoEnabled?: boolean;
systemPropertiesEnabled?: boolean;
}

§Properties

§
applicationReportingSettings?: ApplicationReportingSettings
[src]

Application reporting settings. Only applicable if application_reports_enabled is true.

§
applicationReportsEnabled?: boolean
[src]

Whether app reports are enabled.

§
commonCriteriaModeEnabled?: boolean
[src]

Whether Common Criteria Mode reporting is enabled.

§
deviceSettingsEnabled?: boolean
[src]

Whether device settings reporting is enabled.

§
displayInfoEnabled?: boolean
[src]

Whether displays reporting is enabled. Report data is not available for personally owned devices with work profiles.

§
hardwareStatusEnabled?: boolean
[src]

Whether hardware status reporting is enabled. Report data is not available for personally owned devices with work profiles.

§
memoryInfoEnabled?: boolean
[src]

Whether memory event reporting is enabled.

§
networkInfoEnabled?: boolean
[src]

Whether network info reporting is enabled.

§
powerManagementEventsEnabled?: boolean
[src]

Whether power management event reporting is enabled. Report data is not available for personally owned devices with work profiles.

§
softwareInfoEnabled?: boolean
[src]

Whether software info reporting is enabled.

§
systemPropertiesEnabled?: boolean
[src]

Whether system properties reporting is enabled.