SelfHostedIntegrationRuntimeResponse

data class SelfHostedIntegrationRuntimeResponse(val description: String? = null, val linkedInfo: Either<LinkedIntegrationRuntimeKeyAuthorizationResponse, LinkedIntegrationRuntimeRbacAuthorizationResponse>? = null, val selfContainedInteractiveAuthoringEnabled: Boolean? = null, val type: String)

Self-hosted integration runtime.

Constructors

Link copied to clipboard
constructor(description: String? = null, linkedInfo: Either<LinkedIntegrationRuntimeKeyAuthorizationResponse, LinkedIntegrationRuntimeRbacAuthorizationResponse>? = null, selfContainedInteractiveAuthoringEnabled: Boolean? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

Integration runtime description.

Link copied to clipboard

The base definition of a linked integration runtime.

Link copied to clipboard

An alternative option to ensure interactive authoring function when your self-hosted integration runtime is unable to establish a connection with Azure Relay.

Link copied to clipboard

The type of integration runtime. Expected value is 'SelfHosted'.