This repository has been archived on 2020-07-09. You can view files and clone it, but cannot push or open issues or pull requests.
gitea-sdk/docs/EditUserOption.md
jolheiser fc382e2e9d
Initial generation
Signed-off-by: jolheiser <john.olheiser@gmail.com>
2020-01-10 20:43:26 -06:00

1.2 KiB

EditUserOption

Properties

Name Type Description Notes
Active bool [optional] [default to null]
Admin bool [optional] [default to null]
AllowCreateOrganization bool [optional] [default to null]
AllowGitHook bool [optional] [default to null]
AllowImportLocal bool [optional] [default to null]
Email string [default to null]
FullName string [optional] [default to null]
Location string [optional] [default to null]
LoginName string [optional] [default to null]
MaxRepoCreation int64 [optional] [default to null]
MustChangePassword bool [optional] [default to null]
Password string [optional] [default to null]
ProhibitLogin bool [optional] [default to null]
SourceId int64 [optional] [default to null]
Website string [optional] [default to null]

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