DeviceCompromised

モバイル デバイスの不正使用に関するアラート。監査ログから派生。

JSON 表現
{
  "email": string,
  "events": [
    {
      object (DeviceCompromisedSecurityDetail)
    }
  ]
}
フィールド
email

string

このアラートが作成されたユーザーのメールアドレス。

events[]

object (DeviceCompromisedSecurityDetail)

必須。セキュリティ イベントのリスト。

DeviceCompromisedSecurityDetail

1 つの MDM デバイスの不正使用イベントに関する詳細情報。

JSON 表現
{
  "deviceId": string,
  "serialNumber": string,
  "deviceType": string,
  "deviceModel": string,
  "resourceId": string,
  "iosVendorId": string,
  "deviceCompromisedState": string
}
フィールド
deviceId

string

必須。デバイス ID。

serialNumber

string

デバイスのシリアル番号。

deviceType

string

デバイスのタイプ。

deviceModel

string

デバイスのモデル。

resourceId

string

デバイスのリソース ID。

iosVendorId

string

iOS の場合は必須、それ以外の場合は空白になります。

deviceCompromisedState

string

デバイスの不正使用のステータス。指定可能な値は "Compromised" または "Not Compromised" です。