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

33 lines
1.5 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.

# List200Response1DataInner
## Properties
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**id** | **String** | 唯一标识 | [optional] |
|**developerId** | **String** | 开发者ID | |
|**tenantId** | **String** | 租户ID | |
|**name** | **String** | 应用名称 | [optional] |
|**type** | **String** | 应用类型1自建应用2市场应用 | [optional] |
|**appId** | **String** | APPID | [optional] |
|**category** | **String** | 应用分类1 标准web应用2单页web应用3客户端应用4后端服务 | [optional] |
|**appSecret** | **String** | APPSEC开发者用户调用返回 | [optional] |
|**descr** | **String** | 应用描述 | [optional] |
|**logo** | **String** | logo路径 | [optional] |
|**loginUrl** | **String** | 登录路径 | [optional] |
|**domain** | **String** | 应用绑定的唯一域名 | [optional] |
|**redirectUrl** | **String** | 重定向url | [optional] |
|**logoutUrl** | **String** | 登出url | [optional] |
|**subAccountPolicy** | **Integer** | 子账号策略 | [optional] |
|**prop** | **Object** | 扩展属性 | [optional] |
|**timeCreated** | **String** | 创建时间 | [optional] |
|**timeModified** | **String** | 更新时间 | [optional] |
|**status** | **String** | 状态1启用0禁用 | [optional] |
|**allowedProviderId** | [**List<List200Response1DataInnerAllowedProviderIdInner>**](List200Response1DataInnerAllowedProviderIdInner.md) | | [optional] |