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

31 lines
1.4 KiB
Markdown
Raw 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
# CreateRequest1
## Properties
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**name** | **String** | | |
|**type** | **String** | 1自建应用2模板应用市场应用 | |
|**domainSn** | **String** | 域名 | |
|**templateId** | **String** | 不填写则代表自建应用 | [optional] |
|**category** | **String** | 1 标准web应用2单页web应用3客户端应用4后端服务 | |
|**descr** | **String** | | [optional] |
|**logo** | **String** | 格式为http://ip:port/logo.png | [optional] |
|**loginUrl** | **String** | | [optional] |
|**redirectUrl** | **String** | | [optional] |
|**logoutUrl** | **String** | | [optional] |
|**subAccountPolicy** | **String** | 1启用0不启用启用后单点登录返回 | [optional] |
|**sysExtProps** | **Object** | kv字典数据 | [optional] |
|**freeExtProps** | **Object** | kv字典数据 | |
|**protocolType** | **String** | 默认 oidc | [optional] |
|**protocolProp** | [**CreateRequest1ProtocolProp**](CreateRequest1ProtocolProp.md) | | [optional] |
|**configProp** | [**CreateRequest1ConfigProp**](CreateRequest1ConfigProp.md) | | [optional] |