ConnectionGetResponse
A connection returned by the Integration Service API.
Properties¶
| Property | Type | Description |
|---|---|---|
apiBaseUri? |
string |
Resolved API base URI used when invoking this connection. |
byoaConnection? |
boolean |
Whether this is a Bring-Your-Own-Auth connection. |
connectionIdentity? |
string |
Stable identifier for the authenticated principal (e.g. external user ID). |
connector? |
ConnectionConnectorRef |
Connector metadata snapshot. |
createTime |
string |
ISO timestamp the connection was created (UTC). |
disabledReason? |
string |
Reason the connection was disabled (if state === Disabled). |
elementInstanceId |
number |
Cloud Elements instance ID backing this connection. |
elementVersion? |
string |
Version of the connector element backing this connection. |
folder? |
ConnectionFolder |
Folder context. |
id |
string |
Connection ID (GUID). |
isDefault |
boolean |
Whether this connection is the default for its connector + folder. |
lastUsedTime? |
string |
Last time the connection was used at runtime. |
name |
string |
User-supplied connection name. |
owner? |
string |
Email or principal that created the connection. |
pollingIntervalInMinutes? |
number |
Poll interval in minutes for trigger-based event sourcing. |
state |
ConnectionState |
Current lifecycle state. |
updateTime |
string |
ISO timestamp of the last modification (UTC). |