Auth0 · Schema

FlowsVaultConnectioSetupWebhook

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
type object
url string
View JSON Schema on GitHub

JSON Schema

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