Attaches a connector to the application. Idempotent — attaching an already-attached connector is a no-op on the platform side.
The id of the connector to attach.
Detaches a connector from the application.
The id of the connector to detach.
Lists the connectors explicitly attached to the application.
A promise that resolves with the list of attached connector ids.
ConnectorClient manages app-level (integration-less) connectors attached to an application.
Unlike integrations, these connectors carry no per-connector configuration record — attaching one simply adds it to the application's
appConnectorslist and (re)deploys its bundle. Any configuration the connector needs is provided out of band (e.g. via application secrets).