WorkOS.DataIntegrationsListResponseData (WorkOS SDK for Elixir v3.0.1)

Copy Markdown View Source

DataIntegrationsListResponseData model.

Summary

Types

t()

@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()
}