[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["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 |"]]