Package version:

Interface ApiPortalProperties

API portal properties payload

Hierarchy

  • ApiPortalProperties

Properties

gatewayIds?: string[]

The array of resource Ids of gateway to integrate with API portal.

httpsOnly?: boolean

Indicate if only https is allowed.

instances?: ApiPortalInstance[]

Collection of instances belong to API portal. NOTE: This property will not be serialized. It can only be populated by the server.

provisioningState?: string

State of the API portal. NOTE: This property will not be serialized. It can only be populated by the server.

public?: boolean

Indicates whether the API portal exposes endpoint.

resourceRequests?: ApiPortalResourceRequests

The requested resource quantity for required CPU and Memory. NOTE: This property will not be serialized. It can only be populated by the server.

sourceUrls?: string[]

Collection of OpenAPI source URL locations.

ssoProperties?: SsoProperties

Single sign-on related configuration

url?: string

URL of the API portal, exposed when 'public' is true. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc