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
fun SelfHostedIntegrationRuntimeResponse(description: String? = null, linkedInfo: Either<LinkedIntegrationRuntimeKeyAuthorizationResponse, LinkedIntegrationRuntimeRbacAuthorizationResponse>? = null, selfContainedInteractiveAuthoringEnabled: Boolean? = null, type: String)
Types
Properties
Link copied to clipboard
Link copied to clipboard