Auth0 · Schema

ListActionTriggersResponseContent

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
triggers array
View JSON Schema on GitHub

JSON Schema

auth0-listactiontriggersresponsecontent-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ListActionTriggersResponseContent",
  "title": "ListActionTriggersResponseContent",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "triggers": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/ActionTrigger",
        "x-release-lifecycle": "GA"
      }
    }
  }
}