DataIntegrationsListResponseData model.
Summary
Types
@type t() :: %WorkOS.DataIntegrationsListResponseData{ auth_methods: [WorkOS.DataIntegrationsListResponseDataAuthMethods.t()] | nil, connected_account: WorkOS.DataIntegrationsListResponseDataConnectedAccount.t() | nil, created_at: String.t(), credentials_type: String.t(), description: String.t() | nil, id: String.t(), integration_type: String.t(), name: String.t(), object: String.t(), ownership: WorkOS.DataIntegrationsListResponseDataOwnership.t(), scopes: [String.t()] | nil, slug: String.t(), updated_at: String.t() }