Auth0 · Schema

CreateFlowsVaultConnectionClearbit

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-createflowsvaultconnectionclearbit-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CreateFlowsVaultConnectionClearbit",
  "title": "CreateFlowsVaultConnectionClearbit",
  "type": "object",
  "oneOf": [
    {
      "$ref": "#/components/schemas/CreateFlowsVaultConnectionClearbitApiKey"
    },
    {
      "$ref": "#/components/schemas/CreateFlowsVaultConnectionClearbitUninitialized"
    }
  ]
}