| Name | Type | Description | Notes |
|---|---|---|---|
| can | map[string,bool] | Operations the current user is able to perform on this object | [optional] |
| key | string | Hash of user's client id | [optional] |
| auth_type | string | Authentication method for login failures | [optional] |
| ip | string | IP address of most recent failed attempt | [optional] |
| user_id | string | User ID | [optional] |
| remote_id | string | Remote ID of user if using LDAP | [optional] |
| full_name | string | User's name | [optional] |
| string | Email address associated with the user's account | [optional] | |
| fail_count | int | Number of failures that triggered the lockout | [optional] |
| lockout_at | \DateTime | Time when lockout was triggered | [optional] |