Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.16 KB

User.md

File metadata and controls

19 lines (15 loc) · 1.16 KB

User

Properties

Name Type Description Notes
authentication AuthenticationSource The authentication source used to authenticate the user. [optional]
email 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]

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