Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.11 KB

UserResp.md

File metadata and controls

19 lines (15 loc) · 1.11 KB

UserResp

Properties

Name Type Description Notes
Email string [optional] [default to null]
Realname string [optional] [default to null]
Comment string [optional] [default to null]
UserId int32 [optional] [default to null]
Username string [optional] [default to null]
SysadminFlag bool [optional] [default to null]
AdminRoleInAuth bool indicate the admin privilege is grant by authenticator (LDAP), is always false unless it is the current login user [optional] [default to null]
OidcUserMeta *OidcUserInfo [optional] [default to null]
CreationTime time.Time The creation time of the user. [optional] [default to null]
UpdateTime time.Time The update time of the user. [optional] [default to null]

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