ManagedIntegrationRuntimeStatus type
Status do runtime de integração gerenciada.
type ManagedIntegrationRuntimeStatus = IntegrationRuntimeStatus & {
createTime?: Date
lastOperation?: ManagedIntegrationRuntimeOperationResult
nodes?: ManagedIntegrationRuntimeNode[]
otherErrors?: ManagedIntegrationRuntimeError[]
type: "Managed"
}