Skip to main content

ProviderDto

activebooleanrequired
config object
oneOf
null
displayNamestringrequired
foreignSourcesstring[]required

Canonical ids of other providers this provider can cross-resolve via resolve_by_foreign_id. Drives the review modal's "ID source" dropdown. Empty for providers without foreign-ID resolution.

idstringrequired
inFlight object
oneOf
null
lastRefresh object
oneOf
null
ProviderDto
{
"active": true,
"config": "null",
"displayName": "string",
"foreignSources": [
"string"
],
"id": "string",
"inFlight": "null",
"lastRefresh": "null"
}