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

Copy Markdown View Source

The credentials configured for the Data Integration.

Summary

Types

t()

@type t() :: %WorkOS.DataIntegrationCredential{
  client_id: String.t() | nil,
  redacted_client_secret: String.t() | nil,
  type: WorkOS.DataIntegrationCredentialType.t()
}