| Name | Type | Description | Notes |
|---|---|---|---|
| authentication | AuthenticationSource | The authentication source used to authenticate the user. | [optional] |
| str | The email address of the user. | [optional] | |
| enabled | bool | Whether the user account is enabled. | [optional] |
| id | int | The identifier of the user. | [optional] |
| links | list[Link] | Hypermedia links to corresponding or related resources. | [optional] |
| locale | LocalePreferences | The locale and language preferences for the user. | [optional] |
| locked | bool | Whether the user account is locked (exceeded maximum password retry attempts). | [optional] |
| login | str | The login name of the user. | |
| name | str | The full name of the user. | |
| role | UserRole | The privileges and role the user is assigned. | [optional] |