A user and its properties
Name | Type | Description | Notes |
---|---|---|---|
id | str | User identifier. | |
auth_id | str | User identification in the authentication manager. | [optional] |
str | User email address | [optional] | |
firstname | str | User first name | [optional] |
lastname | str | User last name | [optional] |
permissions | [DeclarativeUserPermission] | [optional] | |
settings | [DeclarativeSetting] | A list of user settings. | [optional] |
user_groups | [DeclarativeUserGroupIdentifier] | [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] |