View Source GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1KioskAppStatusReport (google_api_chrome_management v0.8.0)

Kiosk app status report of a device. Available for Kiosks This field provides the app id and version number running on a kiosk device and the timestamp of when the report was last updated Data for this field is controlled via policy: ReportDeviceSessionStatus Data Collection Frequency: Only at Upload Default Data Reporting Frequency: 3 hours - Policy Controlled: Yes Cache: If the device is offline, the collected data is stored locally, and will be reported when the device is next online: No Reported for affiliated users only: N/A Granular permission needed: TELEMETRY_API_APPS_REPORT

Attributes

  • appId (type: String.t, default: nil) - App id of kiosk app for example "mdmkkicfmmkgmpkmkdikhlbggogpicma"
  • appVersion (type: String.t, default: nil) - App version number of kiosk app for example "1.10.118"
  • reportTime (type: DateTime.t, default: nil) - Timestamp of when report was collected

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1KioskAppStatusReport{
    appId: String.t() | nil,
    appVersion: String.t() | nil,
    reportTime: DateTime.t() | nil
  }

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.