- JSON 表示法
- SuspiciousActivitySecurityDetail
<ph type="x-smartling-placeholder">
- </ph>
- JSON 表示法
移动设备可疑活动提醒。源自审核日志。
JSON 表示法 |
---|
{
"email": string,
"events": [
{
object ( |
字段 | |
---|---|
email |
为其创建此提醒的用户的电子邮件地址。 |
events[] |
必需。安全性事件列表。 |
SuspiciousActivitySecurityDetail
单个 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 |
更改后的设备属性的新值。 |