[[["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,["# SuspiciousActivity\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n- [SuspiciousActivitySecurityDetail](#SuspiciousActivitySecurityDetail)\n - [JSON representation](#SuspiciousActivitySecurityDetail.SCHEMA_REPRESENTATION)\n\nA mobile suspicious activity alert. Derived from audit logs.\n\n| JSON representation |\n|-----------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"email\": string, \"events\": [ { object (/workspace/admin/alertcenter/reference/rest/v1beta1/SuspiciousActivity#SuspiciousActivitySecurityDetail) } ] } ``` |\n\n| Fields ||\n|------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `email` | `string` The email of the user this alert was created for. |\n| `events[]` | `object (`[SuspiciousActivitySecurityDetail](/workspace/admin/alertcenter/reference/rest/v1beta1/SuspiciousActivity#SuspiciousActivitySecurityDetail)`)` Required. The list of security events. |\n\nSuspiciousActivitySecurityDetail\n--------------------------------\n\nDetailed information of a single MDM suspicious activity event.\n\n| JSON representation |\n|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"deviceId\": string, \"serialNumber\": string, \"deviceType\": string, \"deviceModel\": string, \"resourceId\": string, \"iosVendorId\": string, \"deviceProperty\": string, \"oldValue\": string, \"newValue\": 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| `deviceProperty` | `string` The device property which was changed. |\n| `oldValue` | `string` The old value of the device property before the change. |\n| `newValue` | `string` The new value of the device property after the change. |"]]