cberg
Version:
Node.js Client for the Codeberg API
58 lines (50 loc) • 2.07 kB
Markdown
# EditUserOption
EditUserOption edit user options
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**active** | **boolean** | | [optional] [default to undefined]
**admin** | **boolean** | | [optional] [default to undefined]
**allow_create_organization** | **boolean** | | [optional] [default to undefined]
**allow_git_hook** | **boolean** | | [optional] [default to undefined]
**allow_import_local** | **boolean** | | [optional] [default to undefined]
**description** | **string** | | [optional] [default to undefined]
**email** | **string** | | [optional] [default to undefined]
**full_name** | **string** | | [optional] [default to undefined]
**location** | **string** | | [optional] [default to undefined]
**login_name** | **string** | | [optional] [default to undefined]
**max_repo_creation** | **number** | | [optional] [default to undefined]
**must_change_password** | **boolean** | | [optional] [default to undefined]
**password** | **string** | | [optional] [default to undefined]
**prohibit_login** | **boolean** | | [optional] [default to undefined]
**pronouns** | **string** | | [optional] [default to undefined]
**restricted** | **boolean** | | [optional] [default to undefined]
**source_id** | **number** | | [optional] [default to undefined]
**visibility** | **string** | | [optional] [default to undefined]
**website** | **string** | | [optional] [default to undefined]
## Example
```typescript
import { EditUserOption } from 'berg';
const instance: EditUserOption = {
active,
admin,
allow_create_organization,
allow_git_hook,
allow_import_local,
description,
email,
full_name,
location,
login_name,
max_repo_creation,
must_change_password,
password,
prohibit_login,
pronouns,
restricted,
source_id,
visibility,
website,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)