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
                fun SelfHostedIntegrationRuntimeArgs(description: Output<String>? = null, linkedInfo: Output<Either<LinkedIntegrationRuntimeKeyAuthorizationArgs, LinkedIntegrationRuntimeRbacAuthorizationArgs>>? = null, selfContainedInteractiveAuthoringEnabled: Output<Boolean>? = null, type: Output<String>)
Functions
Properties
Link copied to clipboard
                Link copied to clipboard
                val linkedInfo: Output<Either<LinkedIntegrationRuntimeKeyAuthorizationArgs, LinkedIntegrationRuntimeRbacAuthorizationArgs>>? = null