Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.07 KB

DeclarativeUser.md

File metadata and controls

20 lines (15 loc) · 1.07 KB

DeclarativeUser

A user and its properties

Properties

Name Type Description Notes
id str User identifier.
auth_id str User identification in the authentication manager. [optional]
email 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]

[Back to Model list] [Back to API list] [Back to README]