DeviceCompromised

A mobile device compromised alert. Derived from audit logs.

JSON representation
{
  "email": string,
  "events": [
    {
      object (DeviceCompromisedSecurityDetail)
    }
  ]
}
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".