| Field | Type | Required | Description | Example |
|---|---|---|---|---|
account_id |
T.nilable(::String) | ➖ | N/A | |
categories |
T::Array<Models::Shared::Categories> | ➖ | N/A | [ "ats", "hris", "hrisLegacy", "crm", "iam", "marketing", "lms", "stackOne", "documents", "ticketing", "screening", "messaging", "accounting", "scheduling" ] |
created_at |
Date | ✔️ | N/A | |
external_trigger_token |
T.nilable(::String) | ➖ | External trigger token to be used to trigger actions on the account | f0bc3d88-2178-5423-8c81-b81d6c9da824 |
id |
::Float | ✔️ | N/A | |
integration_id |
T.nilable(::String) | ➖ | The integration ID (UUID) associated with this connect session | |
label |
T.nilable(::String) | ➖ | N/A | |
metadata |
T.nilable(Models::Shared::Metadata) | ➖ | 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) | |
organization_id |
::String | ✔️ | N/A | |
origin_owner_id |
::String | ✔️ | N/A | |
origin_owner_name |
::String | ✔️ | N/A | |
origin_username |
T.nilable(::String) | ➖ | N/A | |
project_id |
::String | ✔️ | N/A | |
provider |
T.nilable(::String) | ➖ | N/A | |
type |
T.nilable(Models::Shared::ConnectSessionType) | ➖ | The connect session account type | [ "PRODUCTION", "TEST" ] |