Get Integration Service Environment Managed Api Result
data class GetIntegrationServiceEnvironmentManagedApiResult(val apiDefinitionUrl: String, val apiDefinitions: ApiResourceDefinitionsResponse, val backendService: ApiResourceBackendServiceResponse, val capabilities: List<String>, val category: String, val connectionParameters: Map<String, Any>, val deploymentParameters: IntegrationServiceEnvironmentManagedApiDeploymentParametersResponse? = null, val generalInformation: ApiResourceGeneralInformationResponse, val id: String, val integrationServiceEnvironment: ResourceReferenceResponse? = null, val location: String? = null, val metadata: ApiResourceMetadataResponse, val name: String, val policies: ApiResourcePoliciesResponse, val provisioningState: String, val runtimeUrls: List<String>, val tags: Map<String, String>? = null, val type: String)
The integration service environment managed api.
Constructors
Link copied to clipboard
constructor(apiDefinitionUrl: String, apiDefinitions: ApiResourceDefinitionsResponse, backendService: ApiResourceBackendServiceResponse, capabilities: List<String>, category: String, connectionParameters: Map<String, Any>, deploymentParameters: IntegrationServiceEnvironmentManagedApiDeploymentParametersResponse? = null, generalInformation: ApiResourceGeneralInformationResponse, id: String, integrationServiceEnvironment: ResourceReferenceResponse? = null, location: String? = null, metadata: ApiResourceMetadataResponse, name: String, policies: ApiResourcePoliciesResponse, provisioningState: String, runtimeUrls: List<String>, tags: Map<String, String>? = null, type: String)
Properties
Link copied to clipboard
The api definitions.
Link copied to clipboard
The API definition.
Link copied to clipboard
The backend service.
Link copied to clipboard
The capabilities.
Link copied to clipboard
The connection parameters.
Link copied to clipboard
val deploymentParameters: IntegrationServiceEnvironmentManagedApiDeploymentParametersResponse? = null
The integration service environment managed api deployment parameters.
Link copied to clipboard
The api general information.
Link copied to clipboard
The integration service environment reference.
Link copied to clipboard
The metadata.
Link copied to clipboard
The policies for the API.
Link copied to clipboard
The provisioning state.
Link copied to clipboard
The runtime urls.