DataIntegration model.
Summary
Types
@type t() :: %WorkOS.DataIntegration{ auth_methods: [WorkOS.DataIntegrationAuthMethods.t()], config: %{optional(String.t()) => String.t()}, created_at: String.t(), credentials: WorkOS.DataIntegrationCredential.t(), custom_provider: WorkOS.DataIntegrationCustomProvider.t() | nil, description: String.t() | nil, enabled: boolean(), id: String.t(), installation: WorkOS.DataIntegrationInstallation.t() | nil, integration_type: String.t(), object: String.t(), redirect_uri: String.t(), scopes: [String.t()] | nil, slug: String.t(), state: WorkOS.DataIntegrationState.t(), updated_at: String.t() }