Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1007 Bytes

User.md

File metadata and controls

20 lines (16 loc) · 1007 Bytes

User

Properties

Name Type Description Notes
Username string [optional] [default to null]
Roles []string [optional] [default to null]
Email string [optional] [default to null]
AllowedAccounts []string [optional] [default to null]
FirstName string [optional] [default to null]
CredentialsNonExpired bool [optional] [default to null]
AccountNonExpired bool [optional] [default to null]
Enabled bool [optional] [default to null]
Authorities []GrantedAuthority [optional] [default to null]
LastName string [optional] [default to null]
AccountNonLocked bool [optional] [default to null]

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