Auth0 · Schema

AculClientFilter

Client array filter items

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-aculclientfilter-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AculClientFilter",
  "title": "AculClientFilter",
  "type": "object",
  "description": "Client array filter items",
  "oneOf": [
    {
      "$ref": "#/components/schemas/AculClientFilterById"
    },
    {
      "$ref": "#/components/schemas/AculClientFilterByMetadata"
    }
  ]
}