[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-25 UTC."],[],[],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. |"]]