Auth0 · Schema

ConnectionNonPersistentAttrs

An array of user fields that should not be stored in the Auth0 database (https://auth0.com/docs/security/data-security/denylist)

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-connectionnonpersistentattrs-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionNonPersistentAttrs",
  "title": "ConnectionNonPersistentAttrs",
  "description": "An array of user fields that should not be stored in the Auth0 database (https://auth0.com/docs/security/data-security/denylist)",
  "type": "array",
  "items": {
    "type": "string",
    "minLength": 0,
    "maxLength": 255
  },
  "minItems": 0,
  "maxItems": 96
}