PeripheralsReport
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
外围设备报告。
- 所需的精细权限:TELEMETRY_API_PERIPHERALS_REPORT
字段 |
reportTime |
string (Timestamp format)
仅限输出。报告收集时间的时间戳。 采用 RFC 3339 标准,生成的输出将始终在末尾带 Z,并使用 0、3、6 或 9 个小数位。不带“Z”的偏差时间也是可以接受的。示例:"2014-10-02T15:01:23Z" 、"2014-10-02T15:01:23.045123456Z" 或 "2014-10-02T15:01:23+05:30" 。
|
usbPeripheralReport[] |
object (UsbPeripheralReport )
所有已连接的 USB 设备的报告。
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-25。
[null,null,["最后更新时间 (UTC):2025-07-25。"],[[["\u003cp\u003eThe Peripherals report provides information about connected USB devices.\u003c/p\u003e\n"],["\u003cp\u003eIt requires the \u003ccode\u003eTELEMETRY_API_PERIPHERALS_REPORT\u003c/code\u003e permission for access.\u003c/p\u003e\n"],["\u003cp\u003eThe report includes a timestamp indicating when the data was collected and a list of USB peripheral reports.\u003c/p\u003e\n"],["\u003cp\u003eEach USB peripheral report provides details about a specific connected USB device, as defined in the \u003ccode\u003eUsbPeripheralReport\u003c/code\u003e object.\u003c/p\u003e\n"]]],[],null,["# PeripheralsReport\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nPeripherals report.\n\n- Granular permission needed: TELEMETRY_API_PERIPHERALS_REPORT\n\n| JSON representation |\n|------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"reportTime\": string, \"usbPeripheralReport\": [ { object (/chrome/management/reference/rest/v1/UsbPeripheralReport) } ] } ``` |\n\n| Fields ||\n|-------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `reportTime` | `string (`[Timestamp](https://protobuf.dev/reference/protobuf/google.protobuf/#timestamp)` format)` Output only. Timestamp of when the report was collected. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than \"Z\" are also accepted. Examples: `\"2014-10-02T15:01:23Z\"`, `\"2014-10-02T15:01:23.045123456Z\"` or `\"2014-10-02T15:01:23+05:30\"`. |\n| `usbPeripheralReport[]` | `object (`[UsbPeripheralReport](/chrome/management/reference/rest/v1/UsbPeripheralReport)`)` Reports of all usb connected devices. |"]]