Resource: TelemetryUser
Telemetry data collected from a managed user.
- Granular permission needed: TELEMETRY_API_USER
JSON representation |
---|
{
"name": string,
"customer": string,
"orgUnitId": string,
"userId": string,
"userEmail": string,
"userDevice": [
{
object ( |
Fields | |
---|---|
name |
Resource name of the user. |
customer |
G Suite Customer whose enterprise enrolled the device. |
orgUnitId |
Organization unit of the user. |
userId |
Directory ID of the user. |
userEmail |
Email address of the user. |
userDevice[] |
Telemetry data collected from a managed user and device. |
TelemetryUserDevice
Telemetry data collected for a managed user and device.
- Granular permission needed: TELEMETRY_API_DEVICE
JSON representation |
---|
{ "deviceId": string, "audioStatusReport": [ { object ( |
Fields | |
---|---|
deviceId |
The unique Directory API ID of the device. This value is the same as the Admin Console's Directory API ID in the ChromeOS Devices tab. |
audioStatusReport[] |
Output only. Audio reports collected periodically sorted in a decreasing order of |
peripheralsReport[] |
Output only. Peripherals reports collected periodically sorted in a decreasing order of |
Methods |
|
---|---|
|
Get telemetry user. |
|
List all telemetry users. |