Auth0 · Schema

NetworkAclRuleScopeEnum

Identifies the origin of the request as the Management API (management), Authentication API (authentication), Dynamic Client Registration API (dynamic_client_registration), or any (tenant)

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-networkaclrulescopeenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/NetworkAclRuleScopeEnum",
  "title": "NetworkAclRuleScopeEnum",
  "type": "string",
  "description": "Identifies the origin of the request as the Management API (management), Authentication API (authentication), Dynamic Client Registration API (dynamic_client_registration), or any (tenant)",
  "enum": [
    "management",
    "authentication",
    "tenant",
    "dynamic_client_registration"
  ]
}