DeviceCompromised
Stay organized with collections
Save and categorize content based on your preferences.
A mobile device compromised alert. Derived from audit logs.
Fields |
email |
string
The email of the user this alert was created for.
|
events[] |
object (DeviceCompromisedSecurityDetail )
Required. The list of security events.
|
DeviceCompromisedSecurityDetail
Detailed information of a single MDM device compromised event.
JSON representation |
{
"deviceId": string,
"serialNumber": string,
"deviceType": string,
"deviceModel": string,
"resourceId": string,
"iosVendorId": string,
"deviceCompromisedState": string
} |
Fields |
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.
|
deviceCompromisedState |
string
The device compromised state. Possible values are "Compromised " or "Not Compromised ".
|
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-03-25 UTC.
[null,null,["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`\". |"]]