Auth0 · Schema

Auth0 EventStream

Configuration specific to an action destination.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
action_id string Action ID for the action destination.
View JSON Schema on GitHub

JSON Schema

auth0-eventstream-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/auth0/main/json-schema/auth0-eventstream-schema.json",
  "title": "Auth0 EventStream",
  "description": "Configuration specific to an action destination.",
  "type": "object",
  "additionalProperties": false,
  "required": [
    "action_id"
  ],
  "properties": {
    "action_id": {
      "type": "string",
      "description": "Action ID for the action destination."
    }
  }
}