SuspiciousActivity
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
SuspiciousActivitySecurityDetail
JSON 表示法 |
{
"deviceId": string,
"serialNumber": string,
"deviceType": string,
"deviceModel": string,
"resourceId": string,
"iosVendorId": string,
"deviceProperty": string,
"oldValue": string,
"newValue": string
} |
字段 |
deviceId |
string
必需。设备 ID。
|
serialNumber |
string
设备的序列号。
|
deviceType |
string
设备的类型。
|
deviceModel |
string
设备的型号。
|
resourceId |
string
设备资源 ID。
|
iosVendorId |
string
对于 iOS 设备,此字段为必需字段;对于其他设备,此字段应留空。
|
deviceProperty |
string
发生更改的设备属性。
|
oldValue |
string
更改之前设备属性的旧值。
|
newValue |
string
更改后设备属性的新值。
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-25。
[null,null,["最后更新时间 (UTC):2025-07-25。"],[],[],null,["# SuspiciousActivity\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n- [SuspiciousActivitySecurityDetail](#SuspiciousActivitySecurityDetail)\n - [JSON representation](#SuspiciousActivitySecurityDetail.SCHEMA_REPRESENTATION)\n\nA mobile suspicious activity alert. Derived from audit logs.\n\n| JSON representation |\n|-----------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"email\": string, \"events\": [ { object (/workspace/admin/alertcenter/reference/rest/v1beta1/SuspiciousActivity#SuspiciousActivitySecurityDetail) } ] } ``` |\n\n| Fields ||\n|------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `email` | `string` The email of the user this alert was created for. |\n| `events[]` | `object (`[SuspiciousActivitySecurityDetail](/workspace/admin/alertcenter/reference/rest/v1beta1/SuspiciousActivity#SuspiciousActivitySecurityDetail)`)` Required. The list of security events. |\n\nSuspiciousActivitySecurityDetail\n--------------------------------\n\nDetailed information of a single MDM suspicious activity event.\n\n| JSON representation |\n|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"deviceId\": string, \"serialNumber\": string, \"deviceType\": string, \"deviceModel\": string, \"resourceId\": string, \"iosVendorId\": string, \"deviceProperty\": string, \"oldValue\": string, \"newValue\": string } ``` |\n\n| Fields ||\n|------------------|------------------------------------------------------------------|\n| `deviceId` | `string` Required. The device ID. |\n| `serialNumber` | `string` The serial number of the device. |\n| `deviceType` | `string` The type of the device. |\n| `deviceModel` | `string` The model of the device. |\n| `resourceId` | `string` The device resource ID. |\n| `iosVendorId` | `string` Required for iOS, empty for others. |\n| `deviceProperty` | `string` The device property which was changed. |\n| `oldValue` | `string` The old value of the device property before the change. |\n| `newValue` | `string` The new value of the device property after the change. |"]]