mirror of
https://codeberg.org/gitnex/tea4j-autodeploy
synced 2026-05-31 07:01:55 +00:00
32 lines
1.9 KiB
Markdown
32 lines
1.9 KiB
Markdown
# EditUserOption
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**active** | **Boolean** | Whether the user account is active | [optional]
|
|
**admin** | **Boolean** | Whether the user has administrator privileges | [optional]
|
|
**allowCreateOrganization** | **Boolean** | Whether the user can create organizations | [optional]
|
|
**allowGitHook** | **Boolean** | Whether the user can use Git hooks | [optional]
|
|
**allowImportLocal** | **Boolean** | Whether the user can import local repositories | [optional]
|
|
**description** | **String** | The user's personal description or bio | [optional]
|
|
**email** | **String** | | [optional]
|
|
**fullName** | **String** | The full display name of the user | [optional]
|
|
**location** | **String** | The user's location or address | [optional]
|
|
**loginName** | **String** | identifier of the user, provided by the external authenticator (if configured) |
|
|
**maxRepoCreation** | **Long** | Maximum number of repositories the user can create | [optional]
|
|
**mustChangePassword** | **Boolean** | Whether the user must change password on next login | [optional]
|
|
**password** | **String** | The plain text password for the user | [optional]
|
|
**prohibitLogin** | **Boolean** | Whether the user is prohibited from logging in | [optional]
|
|
**restricted** | **Boolean** | Whether the user has restricted access privileges | [optional]
|
|
**sourceId** | **Long** | |
|
|
**visibility** | [**VisibilityEnum**](#VisibilityEnum) | User visibility level: public, limited, or private public UserVisibilityPublic limited UserVisibilityLimited private UserVisibilityPrivate | [optional]
|
|
**website** | **String** | The user's personal website URL | [optional]
|
|
|
|
<a name="VisibilityEnum"></a>
|
|
## Enum: VisibilityEnum
|
|
Name | Value
|
|
---- | -----
|
|
PUBLIC | "public"
|
|
LIMITED | "limited"
|
|
PRIVATE | "private"
|