Self Hosted Integration Runtime Response
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)
Properties
Link copied to clipboard
Integration runtime description.
Link copied to clipboard
val linkedInfo: Either<LinkedIntegrationRuntimeKeyAuthorizationResponse, LinkedIntegrationRuntimeRbacAuthorizationResponse>? = null
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.