Self Hosted Integration Runtime Args
data class SelfHostedIntegrationRuntimeArgs(val description: Output<String>? = null, val linkedInfo: Output<Either<LinkedIntegrationRuntimeKeyAuthorizationArgs, LinkedIntegrationRuntimeRbacAuthorizationArgs>>? = null, val selfContainedInteractiveAuthoringEnabled: Output<Boolean>? = null, val type: Output<String>) : ConvertibleToJava<SelfHostedIntegrationRuntimeArgs>
Self-hosted integration runtime.
Constructors
Link copied to clipboard
constructor(description: Output<String>? = null, linkedInfo: Output<Either<LinkedIntegrationRuntimeKeyAuthorizationArgs, LinkedIntegrationRuntimeRbacAuthorizationArgs>>? = null, selfContainedInteractiveAuthoringEnabled: Output<Boolean>? = null, type: Output<String>)
Properties
Link copied to clipboard
Integration runtime description.
Link copied to clipboard
val linkedInfo: Output<Either<LinkedIntegrationRuntimeKeyAuthorizationArgs, LinkedIntegrationRuntimeRbacAuthorizationArgs>>? = 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.