LoginAudit
Records login attempts and authentication details for security tracking.
Columns
| Name | Type | References | Description |
| date | Date | Date of the login attempt. | |
| detail | String | Additional details about the login attempt. | |
| emailaddress | String | Email address used for login. | |
| ipaddress | String | IP address from which the login attempt was made. | |
| oauthaccesstokenname | String | Name of the token-based access token used for authentication. | |
| oauthappname | String | Name of the token-based authentication application. | |
| requesturi | String | Requested URI during the login attempt. | |
| role | String | User role associated with the login session. | |
| secchallenge | String | Security challenge encountered during login (such as CAPTCHA, multi-factor authentication). | |
| status | String | Status of the login attempt (such as Success, Failed, Locked). |