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.