DeviceManagementRule
Stay organized with collections
Save and categorize content based on your preferences.
Alerts from Device Management Rules configured by Admin.
JSON representation |
{
"email": string,
"deviceId": string,
"serialNumber": string,
"deviceType": string,
"deviceModel": string,
"resourceId": string,
"iosVendorId": string,
"ruleAction": string,
"ownerId": string,
"id": string
} |
Fields |
email |
string
The email of the user this alert was created for.
|
deviceId |
string
Required. The device ID.
|
serialNumber |
string
The serial number of the device.
|
deviceType |
string
The type of the device.
|
deviceModel |
string
The model of the device.
|
resourceId |
string
The device resource ID.
|
iosVendorId |
string
Required for iOS, empty for others.
|
ruleAction |
string
Action taken as result of the rule
|
ownerId |
string
Obfuscated ID of the owner of the device
|
id |
string
ID of the rule that triggered the alert
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-04-10 UTC.
[null,null,["Last updated 2025-04-10 UTC."],[],[],null,["# DeviceManagementRule\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nAlerts from Device Management Rules configured by Admin.\n\n| JSON representation |\n|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"email\": string, \"deviceId\": string, \"serialNumber\": string, \"deviceType\": string, \"deviceModel\": string, \"resourceId\": string, \"iosVendorId\": string, \"ruleAction\": string, \"ownerId\": string, \"id\": string } ``` |\n\n| Fields ||\n|----------------|------------------------------------------------------------|\n| `email` | `string` The email of the user this alert was created for. |\n| `deviceId` | `string` Required. The device ID. |\n| `serialNumber` | `string` The serial number of the device. |\n| `deviceType` | `string` The type of the device. |\n| `deviceModel` | `string` The model of the device. |\n| `resourceId` | `string` The device resource ID. |\n| `iosVendorId` | `string` Required for iOS, empty for others. |\n| `ruleAction` | `string` Action taken as result of the rule |\n| `ownerId` | `string` Obfuscated ID of the owner of the device |\n| `id` | `string` ID of the rule that triggered the alert |"]]