mirror of
https://codeberg.org/gitnex/tea4j-autodeploy
synced 2026-05-31 15:11:56 +00:00
17 lines
790 B
Markdown
17 lines
790 B
Markdown
# CreateUserOption
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**createdAt** | [**Date**](Date.md) | For explicitly setting the user creation timestamp. Useful when users are migrated from other systems. When omitted, the user's creation timestamp will be set to \"now\". | [optional]
|
|
**email** | **String** | |
|
|
**fullName** | **String** | | [optional]
|
|
**loginName** | **String** | | [optional]
|
|
**mustChangePassword** | **Boolean** | | [optional]
|
|
**password** | **String** | | [optional]
|
|
**restricted** | **Boolean** | | [optional]
|
|
**sendNotify** | **Boolean** | | [optional]
|
|
**sourceId** | **Long** | | [optional]
|
|
**username** | **String** | |
|
|
**visibility** | **String** | | [optional]
|