Organization-managed OAuth credential configuration. Present only for integrations whose credentials are supplied by the organization; absent otherwise.
Summary
Types
@type t() :: %WorkOS.DataIntegrationCredentials{ client_id: String.t() | nil, client_secret_last_four: String.t() | nil, credentials_type: WorkOS.DataIntegrationCredentialsCredentialsType.t(), has_credentials: boolean(), redirect_uri: String.t() }