Auth0 · Schema

NetworkAclActionRedirectEnum

Indicates the rule will redirect requests that either match or not_match specific criteria

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-networkaclactionredirectenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/NetworkAclActionRedirectEnum",
  "title": "NetworkAclActionRedirectEnum",
  "type": "boolean",
  "description": "Indicates the rule will redirect requests that either match or not_match specific criteria",
  "enum": [
    true
  ]
}