Auth0 · Schema

EventStreamStatusEnum

Indicates whether the event stream is actively forwarding events.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-eventstreamstatusenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/EventStreamStatusEnum",
  "title": "EventStreamStatusEnum",
  "type": "string",
  "description": "Indicates whether the event stream is actively forwarding events.",
  "maxLength": 8,
  "enum": [
    "enabled",
    "disabled"
  ]
}