- JSON 表現
- SuspiciousActivitySecurityDetail
<ph type="x-smartling-placeholder">
- </ph>
- JSON 表現
モバイルの不審なアクティビティに関するアラート。監査ログから取得されます。
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 |
変更後のデバイス プロパティの新しい値。 |