Auth0 · Schema

FlowsVaultConnectioSetupApiKeyWithBaseUrl

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
type object
api_key string
base_url string
View JSON Schema on GitHub

JSON Schema

auth0-flowsvaultconnectiosetupapikeywithbaseurl-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/FlowsVaultConnectioSetupApiKeyWithBaseUrl",
  "title": "FlowsVaultConnectioSetupApiKeyWithBaseUrl",
  "type": "object",
  "additionalProperties": false,
  "required": [
    "type",
    "api_key",
    "base_url"
  ],
  "properties": {
    "type": {
      "$ref": "#/components/schemas/FlowsVaultConnectioSetupTypeApiKeyEnum"
    },
    "api_key": {
      "type": "string"
    },
    "base_url": {
      "type": "string",
      "format": "forms-url-https"
    }
  }
}