Auth0 · Schema

NetworkACLMatchIpv4Cidr

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-networkaclmatchipv4cidr-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/NetworkACLMatchIpv4Cidr",
  "title": "NetworkACLMatchIpv4Cidr",
  "type": "string",
  "oneOf": [
    {
      "type": "string",
      "format": "ipv4"
    },
    {
      "type": "string",
      "format": "cidr"
    }
  ]
}