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):2024-11-07。
[null,null,["最后更新时间 (UTC):2024-11-07。"],[[["Account warning events provide alerts for suspicious activity related to user accounts, including suspicious logins and potential security breaches."],["These alerts contain information such as the user's email, login details like time and IP address, which help identify the nature and source of the threat."],["LoginDetails, a key component of the alert, specifically focuses on the login event associated with the warning, providing insights into when and where the suspicious activity originated."]]],[]]