mirror of
https://codeberg.org/gitnex/tea4j-autodeploy
synced 2026-05-31 07:01:55 +00:00
888 B
888 B
CreateUserOption
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| createdAt | Date | 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] |
| String | |||
| fullName | String | [optional] | |
| loginName | String | identifier of the user, provided by the external authenticator (if configured) | [optional] |
| mustChangePassword | Boolean | [optional] | |
| password | String | [optional] | |
| restricted | Boolean | [optional] | |
| sendNotify | Boolean | [optional] | |
| sourceId | Long | [optional] | |
| username | String | username of the user | |
| visibility | String | [optional] |