Auth0 · Schema

ActionBindingRefTypeEnum

How the action is being referred to: `action_id` or `action_name`.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-actionbindingreftypeenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ActionBindingRefTypeEnum",
  "title": "ActionBindingRefTypeEnum",
  "type": "string",
  "description": "How the action is being referred to: `action_id` or `action_name`.",
  "default": "action_name",
  "enum": [
    "binding_id",
    "action_id",
    "action_name"
  ]
}