A LoginAttempt records one try at signing in to the Suite platform. Each row captures the email that was entered, the ipAddress it came from, whether it succeeded, and the createdAt time it happened. When the attempt matches a known account it is linked to that user through userId. Together these attempts give the platform a running history of access activity, which is what powers rate limiting, lockout protection, and security review of suspicious or repeated failed sign-ins.
Technical section
Data model, API, and internals — visible to developers.
