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

28 lines
1.5 KiB
Markdown
Raw Normal View History

2023-12-27 20:14:28 +08:00
# GetConfig200Response
## Properties
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**id** | **String** | 唯一标识 | |
|**appId** | **String** | 应用ID | |
|**allowedLoginMethod** | **String** | 允许的登录方式,格式为:[\"password\", \"vercode\"] | [optional] |
|**defaultLoginMethod** | **String** | 默认登录方式格式为password | |
|**allowedRegMethod** | **String** | 允许注册方式,格式为:[\"mobile\", \"email\"] | [optional] |
|**defaultRegMethod** | **String** | 默认注册方式格式为mobile | |
|**accessPolicy** | **String** | 应用级访问控制权限,格式为:{\"password_recovery\": [\"email\"]} | [optional] |
|**regPolicy** | **String** | 新用户注册策略是否允许自动注册注册验证方式等1是2否, | [optional] |
|**allowedIdProvider** | **String** | 允许的登录身份提供商,格式为:{\"wechat_scan_qr\": 1, \"dingding_scan_qr\":2} | [optional] |
|**ssoEnabled** | **Boolean** | 是否允许SSO | |
|**mfaEnabled** | **Boolean** | 是否开启MFA | [optional] |
|**mfaConfig** | [**GetConfig200ResponseMfaConfig**](GetConfig200ResponseMfaConfig.md) | | [optional] |
|**timeCreated** | **String** | 创建时间 | [optional] |
|**timeModified** | **String** | 修改时间 | [optional] |
|**status** | **String** | 状态1启用0禁用 | [optional] |