ConnectionConnectorRef
Connector metadata embedded in a connection response.
The full ConnectorGetResponse shape is nested on every connection;
we expose its commonly-used fields here so callers don't need a separate
lookup for basics like the connector key and display name.
Properties
| Property |
Type |
Description |
hasEvents? |
boolean |
Whether this connector publishes events / triggers. |
id |
number |
Numeric connector ID. |
isPrivate? |
boolean |
Whether the connector is private (custom or org-scoped). |
key |
string |
Connector key (used as elementKey for Elements API calls). |
lifeCycleStage? |
string |
Connector lifecycle stage (e.g. GA, BETA, CUSTOM). |
name |
string |
Display name of the connector (e.g. "Slack", "Microsoft OneDrive"). |
tier? |
string |
Connector tier (e.g. 1, 2). |