UserLogin
Logs authentication attempts, tracking successful and failed login attempts.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the user login record. | |
| UserId | String | True |
User.Id |
Identifier of the user associated with this login configuration. |
| IsFrozen | Boolean | True |
Indicates whether the user's login access is currently frozen by an administrator. | |
| IsPasswordLocked | Boolean | True |
Indicates whether the user's account is locked due to password policy violations or failed login attempts. | |
| LastModifiedDate | Datetime | True |
Date and time when the user login record was last updated. | |
| LastModifiedById | String | True |
User.Id |
Identifier of the user or process that last modified the login settings. |