[[["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-03-25 UTC."],[],[],null,["# DeviceCompromised\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n- [DeviceCompromisedSecurityDetail](#DeviceCompromisedSecurityDetail)\n - [JSON representation](#DeviceCompromisedSecurityDetail.SCHEMA_REPRESENTATION)\n\nA mobile device compromised alert. Derived from audit logs.\n\n| JSON representation |\n|---------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"email\": string, \"events\": [ { object (/workspace/admin/alertcenter/reference/rest/v1beta1/DeviceCompromised#DeviceCompromisedSecurityDetail) } ] } ``` |\n\n| Fields ||\n|------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `email` | `string` The email of the user this alert was created for. |\n| `events[]` | `object (`[DeviceCompromisedSecurityDetail](/workspace/admin/alertcenter/reference/rest/v1beta1/DeviceCompromised#DeviceCompromisedSecurityDetail)`)` Required. The list of security events. |\n\nDeviceCompromisedSecurityDetail\n-------------------------------\n\nDetailed information of a single MDM device compromised event.\n\n| JSON representation |\n|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"deviceId\": string, \"serialNumber\": string, \"deviceType\": string, \"deviceModel\": string, \"resourceId\": string, \"iosVendorId\": string, \"deviceCompromisedState\": string } ``` |\n\n| Fields ||\n|--------------------------|----------------------------------------------------------------------------------------------------|\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| `deviceCompromisedState` | `string` The device compromised state. Possible values are \"`Compromised`\" or \"`Not Compromised`\". |"]]