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

Copy Markdown View Source

DataIntegrationCredentialsResponse model.

Summary

Types

t()

@type t() :: %WorkOS.DataIntegrationCredentialsResponse{
  active: true | nil,
  credential: WorkOS.DataIntegrationCredentialsResponseCredential.t() | nil,
  error: WorkOS.DataIntegrationCredentialsResponseError.t() | nil
}