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

30 lines
1.7 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
# 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] |