Airbyte · Schema

AuthProvider

Auth Provider

Data IntegrationETLELTOpen SourceData PipelineConnectorsData
View JSON Schema on GitHub

JSON Schema

airbyte-authprovider-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AuthProvider",
  "title": "AuthProvider",
  "type": "string",
  "description": "Auth Provider",
  "default": "airbyte",
  "enum": [
    "airbyte",
    "google_identity_platform",
    "keycloak"
  ],
  "x-speakeasy-component": true
}