idmesh-api-sdk-java/docs/CreateRequest.md

37 lines
1.8 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

// Filename: /Users/liur/work/api-sdk-gen/openapi-generator/src/main/resources/Java/model_doc.mustache
// Filename: /Users/liur/work/api-sdk-gen/openapi-generator/src/main/resources/Java/pojo_doc.mustache
# CreateRequest
## Properties
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**username** | **String** | 用户名,唯一,不传后台自动生成 | [optional] |
|**password** | **String** | 密码,不传后台生成默认密码 | [optional] |
|**passwordStatus** | **String** | 密码状态valid/invalid | [optional] |
|**displayName** | **String** | 显示名称 | [optional] |
|**firstname** | **String** | 名 | [optional] |
|**lastname** | **String** | 姓 | [optional] |
|**realname** | **String** | 真实姓名 | [optional] |
|**pinyin** | **String** | 拼音 | [optional] |
|**nickname** | **String** | 昵称 | [optional] |
|**userType** | **String** | 用户类型,不传后台设置系统默认类型 | [optional] |
|**mobile** | **String** | 手机 | [optional] |
|**email** | **String** | 邮箱 | [optional] |
|**gender** | **String** | 性别 | [optional] |
|**certType** | **String** | 证件类型 | [optional] |
|**certNumber** | **String** | 证件号 | [optional] |
|**region** | **String** | 区域 | [optional] |
|**workTime** | **String** | 加入时间 | [optional] |
|**workTitle** | **String** | 职位 | [optional] |
|**idpConfigId** | **BigDecimal** | 身份源ID作为创建时记录不做更新 | |
|**sysExtProps** | **Object** | 系统扩展属性json对象{\"age\": 18, \"love\": \"足球\"} | [optional] |
|**freeExtProps** | **Object** | 自由扩展属性json对象 | [optional] |
|**isNotify** | **Boolean** | 是否通知默认不传false不通知true通知 | [optional] |