ApiPortalProperties interface
API 门户属性有效负载
属性
| gateway |
要与 API 门户集成的网关的资源 ID 数组。 |
| https |
指示是否只允许 https。 |
| instances | 实例集合属于 API 门户。 注意:此属性不会序列化。 它只能由服务器填充。 |
| provisioning |
API 门户的状态。 注意:此属性不会序列化。 它只能由服务器填充。 |
| public | 指示 API 门户是否公开终结点。 |
| resource |
所需的 CPU 和内存的请求资源数量。 注意:此属性不会序列化。 它只能由服务器填充。 |
| source |
OpenAPI 源 URL 位置的集合。 |
| sso |
单一登录相关配置 |
| url | API 门户的 URL,在“public”为 true 时公开。 注意:此属性不会序列化。 它只能由服务器填充。 |
属性详细信息
gatewayIds
要与 API 门户集成的网关的资源 ID 数组。
gatewayIds?: string[]
属性值
string[]
httpsOnly
指示是否只允许 https。
httpsOnly?: boolean
属性值
boolean
instances
provisioningState
API 门户的状态。 注意:此属性不会序列化。 它只能由服务器填充。
provisioningState?: string
属性值
string
public
指示 API 门户是否公开终结点。
public?: boolean
属性值
boolean
resourceRequests
所需的 CPU 和内存的请求资源数量。 注意:此属性不会序列化。 它只能由服务器填充。
resourceRequests?: ApiPortalResourceRequests
属性值
sourceUrls
OpenAPI 源 URL 位置的集合。
sourceUrls?: string[]
属性值
string[]
ssoProperties
url
API 门户的 URL,在“public”为 true 时公开。 注意:此属性不会序列化。 它只能由服务器填充。
url?: string
属性值
string