モバイル デバイスの不審なアクティビティに関するアラート。監査ログから取得されます。
| JSON 表現 |
|---|
{
"email": string,
"events": [
{
object ( |
| フィールド | |
|---|---|
email |
このアラートが作成されたユーザーのメールアドレス。 |
events[] |
必須。セキュリティ イベントのリスト。 |
SuspiciousActivitySecurityDetail
1 件の MDM 不審なアクティビティ イベントの詳細情報。
| JSON 表現 |
|---|
{ "deviceId": string, "serialNumber": string, "deviceType": string, "deviceModel": string, "resourceId": string, "iosVendorId": string, "deviceProperty": string, "oldValue": string, "newValue": string } |
| フィールド | |
|---|---|
deviceId |
必須。デバイス ID。 |
serialNumber |
デバイスのシリアル番号。 |
deviceType |
デバイスの種類。 |
deviceModel |
デバイスの機種。 |
resourceId |
デバイスのリソース ID。 |
iosVendorId |
iOS では必須、それ以外の場合は空白です。 |
deviceProperty |
変更されたデバイスのプロパティ。 |
oldValue |
変更前のデバイス プロパティの古い値。 |
newValue |
変更後のデバイス プロパティの新しい値。 |