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」です。