AccountWarning
Alerts for user account warning events.
JSON representation |
{
"email": string,
"loginDetails": {
object (LoginDetails )
}
} |
Fields |
email |
string
Required. The email of the user that this event belongs to.
|
loginDetails |
object (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)
|
LoginDetails
The details of the login action.
JSON representation |
{
"loginTime": string,
"ipAddress": string
} |
Fields |
loginTime |
string (Timestamp format)
Optional. The successful login time that is associated with the warning event. This isn't present for blocked login attempts.
|
ipAddress |
string
Optional. The human-readable IP address (for example, 11.22.33.44 ) that is associated with the warning event.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-08-22 UTC.
[null,null,["Last updated 2024-08-22 UTC."],[[["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."]]],[]]