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

20 lines
960 B
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.

# ModifyConfigRequest
## Properties
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**allowedLoginMethod** | **String** | 允许的登录方式,格式为:[\"password\", \"vercode\"] | [optional] |
|**defaultLoginMethod** | **String** | 默认登录方式格式为password | [optional] |
|**allowedRegMethod** | **String** | 允许注册方式,格式为:[\"mobile\", \"email\"] | [optional] |
|**defaultRegMethod** | **String** | 默认注册方式格式为mobile | [optional] |
|**defaultProtocol** | **String** | 默认登录协议 | [optional] |
|**accessPolicy** | **String** | 应用级访问控制权限all: 所有人可访问 permitted: 拒绝未授权访问 | [optional] |
|**regPolicy** | **List<String>** | 新用户注册策略是否允许自动注册注册验证方式等1是2否, | [optional] |