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 ),可供人類閱讀。
|
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-11-07 (世界標準時間)。
[null,null,["上次更新時間: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."]]],[]]