Auth0 · Schema

EventStreamActionConfiguration

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-eventstreamactionconfiguration-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/EventStreamActionConfiguration",
  "title": "EventStreamActionConfiguration",
  "type": "object",
  "description": "Configuration specific to an action destination.",
  "additionalProperties": false,
  "required": [
    "action_id"
  ],
  "properties": {
    "action_id": {
      "type": "string",
      "description": "Action ID for the action destination."
    }
  }
}