AccountWarning
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
JSON 表示法 |
{
"email": string,
"loginDetails": {
object (LoginDetails )
}
} |
字段 |
email |
string
必需。此事件所属用户的电子邮件地址。
|
loginDetails |
object (LoginDetails )
可选。与警告事件关联的登录操作的详细信息。此功能仅适用于:
- 可疑登录
- 可疑登录(使用安全性较低的应用)
- 通过程序化方式进行的可疑登录
- 已暂停用户(可疑活动)
|
LoginDetails
JSON 表示法 |
{
"loginTime": string,
"ipAddress": string
} |
字段 |
loginTime |
string (Timestamp format)
可选。与警告事件相关联的成功登录时间。被阻止的登录尝试不存在此字段。
|
ipAddress |
string
可选。与警告事件相关联的易于阅读的 IP 地址(例如 11.22.33.44 )。
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-03-25。
[null,null,["最后更新时间 (UTC):2025-03-25。"],[],[],null,["# AccountWarning\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n- [LoginDetails](#LoginDetails)\n - [JSON representation](#LoginDetails.SCHEMA_REPRESENTATION)\n\nAlerts for user account warning events.\n\n| JSON representation |\n|-------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"email\": string, \"loginDetails\": { object (/workspace/admin/alertcenter/reference/rest/v1beta1/AccountWarning#LoginDetails) } } ``` |\n\n| Fields ||\n|----------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `email` | `string` Required. The email of the user that this event belongs to. |\n| `loginDetails` | `object (`[LoginDetails](/workspace/admin/alertcenter/reference/rest/v1beta1/AccountWarning#LoginDetails)`)` Optional. Details of the login action associated with the warning event. This is only available for: - Suspicious login - Suspicious login (less secure app) - Suspicious programmatic login - User suspended (suspicious activity) |\n\nLoginDetails\n------------\n\nThe details of the login action.\n\n| JSON representation |\n|------------------------------------------------------|\n| ``` { \"loginTime\": string, \"ipAddress\": string } ``` |\n\n| Fields ||\n|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `loginTime` | `string (`[Timestamp](https://protobuf.dev/reference/protobuf/google.protobuf/#timestamp)` format)` Optional. The successful login time that is associated with the warning event. This isn't present for blocked login attempts. |\n| `ipAddress` | `string` Optional. The human-readable IP address (for example, `11.22.33.44`) that is associated with the warning event. |"]]