AvailableConnectionsItem
A connector binding with its available connections. Multiple bindings with the same connector key are grouped into one item.
Properties¶
| Property | Type | Description |
|---|---|---|
configurationUrl? |
string |
URL to configure connections for this connector in Orchestrator |
connections |
AvailableConnection[] |
List of connections available for selection |
connectionsUrl? |
string |
URL to view all connections for this connector in Orchestrator |
connectorImage? |
string |
URL to the connector's icon/image |
connectorKey |
string |
Connector key identifying the type of connection (e.g. 'jira', 'outlook') |
connectorName? |
string |
Display name of the connector |
currentConnectionId |
null | string |
ID of the currently selected connection, if any |
currentConnectionName |
null | string |
Display name of the currently selected connection, if any |
isConfigurable? |
boolean |
Whether this connector binding can be configured by the user (false = admin-fixed) |
resourceKeys |
string[] |
Resource keys of the bindings grouped under this connector |