Auth0 · Schema

EventStreamActionDestination

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
type object
configuration object
View JSON Schema on GitHub

JSON Schema

auth0-eventstreamactiondestination-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/EventStreamActionDestination",
  "title": "EventStreamActionDestination",
  "type": "object",
  "additionalProperties": false,
  "required": [
    "type",
    "configuration"
  ],
  "properties": {
    "type": {
      "$ref": "#/components/schemas/EventStreamActionDestinationTypeEnum"
    },
    "configuration": {
      "$ref": "#/components/schemas/EventStreamActionConfiguration"
    }
  }
}