You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`metadata`|[?Components\ConnectSessionMetadata](../../Models/Components/ConnectSessionMetadata.md)|:heavy_minus_sign:| Arbitrary set of key and values defined during the session token creation. This can be used to tag an account (eg. based on their pricing plan) ||
20
20
|`externalTriggerToken`|*?string*|:heavy_minus_sign:| External trigger token to be used to trigger actions on the account | f0bc3d88-2178-5423-8c81-b81d6c9da824 |
21
-
|`type`|[?Components\ConnectSessionType](../../Models/Components/ConnectSessionType.md)|:heavy_minus_sign:| The connect session account type |[<br/>"PRODUCTION",<br/>"TEST"<br/>]|
21
+
|`type`|[?Components\ConnectSessionType](../../Models/Components/ConnectSessionType.md)|:heavy_minus_sign:| The connect session account type |[<br/>"PRODUCTION",<br/>"TEST"<br/>]|
22
+
|`integrationId`|*?string*|:heavy_minus_sign:| The integration ID (UUID) associated with this connect session ||
Copy file name to clipboardExpand all lines: docs/Models/Components/ConnectSessionCreate.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,4 +16,5 @@
16
16
|`metadata`|[?Components\Metadata](../../Models/Components/Metadata.md)|:heavy_minus_sign:| The metadata for the connection ||
17
17
|`multiple`|*?bool*|:heavy_minus_sign:| If set, this connect session will allow creation of multiple accounts with the same origin owner id and provider. Has no effect if account_id is set. ||
18
18
|`label`|*?string*|:heavy_minus_sign:| The label to be applied to the account associated with this connect session. ||
19
-
|`type`|[?Components\Type](../../Models/Components/Type.md)|:heavy_minus_sign:| The connect session account type |[<br/>"PRODUCTION",<br/>"TEST"<br/>]|
19
+
|`type`|[?Components\Type](../../Models/Components/Type.md)|:heavy_minus_sign:| The connect session account type |[<br/>"PRODUCTION",<br/>"TEST"<br/>]|
20
+
|`integrationId`|*?string*|:heavy_minus_sign:| The integration ID associated with this connect session ||
0 commit comments