View Source GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1PeripheralsReport (google_api_chrome_management v0.8.0)
Peripherals report. * Granular permission needed: TELEMETRY_API_PERIPHERALS_REPORT
Attributes
-
reportTime
(type:DateTime.t
, default:nil
) - Output only. Timestamp of when the report was collected. -
usbPeripheralReport
(type:list(GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1UsbPeripheralReport.t)
, default:nil
) - Reports of all usb connected devices.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1PeripheralsReport{ reportTime: DateTime.t() | nil, usbPeripheralReport: [ GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1UsbPeripheralReport.t() ] | nil }