Api Portal Properties Response
data class ApiPortalPropertiesResponse(val gatewayIds: List<String>? = null, val httpsOnly: Boolean? = null, val instances: List<ApiPortalInstanceResponse>, val provisioningState: String, val public: Boolean? = null, val resourceRequests: ApiPortalResourceRequestsResponse, val sourceUrls: List<String>? = null, val ssoProperties: SsoPropertiesResponse? = null, val url: String)
API portal properties payload
Constructors
Link copied to clipboard
constructor(gatewayIds: List<String>? = null, httpsOnly: Boolean? = null, instances: List<ApiPortalInstanceResponse>, provisioningState: String, public: Boolean? = null, resourceRequests: ApiPortalResourceRequestsResponse, sourceUrls: List<String>? = null, ssoProperties: SsoPropertiesResponse? = null, url: String)
Properties
Link copied to clipboard
The array of resource Ids of gateway to integrate with API portal.
Link copied to clipboard
Collection of instances belong to API portal.
Link copied to clipboard
State of the API portal.
Link copied to clipboard
The requested resource quantity for required CPU and Memory.
Link copied to clipboard
Collection of OpenAPI source URL locations.
Link copied to clipboard
Single sign-on related configuration