A user object with sensitive data
| Name | Type | Description | Notes |
|---|---|---|---|
| first_name | str | The user firstname | [optional] |
| last_name | str | The user lastname | [optional] |
| username | str | The username | [optional] |
| str | The user's email | [optional] | |
| active | bool, none_type | Whether the user is active | [optional] [readonly] |
| last_login | str, none_type | The last user login | [optional] [readonly] |
| login_count | int, none_type | The login count | [optional] [readonly] |
| failed_login_count | int, none_type | The number of times the login failed | [optional] [readonly] |
| roles | [UserCollectionItemRoles] | User roles | [optional] |
| created_on | str, none_type | The date user was created | [optional] [readonly] |
| changed_on | str, none_type | The date user was changed | [optional] [readonly] |
| password | str | [optional] | |
| any string name | bool, date, datetime, dict, float, int, list, str, none_type | any string name can be used but the value must be the correct type | [optional] |