Auth0 · Schema

BrandingPhoneDisplay

Phone number display settings.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
masking object
formatting object
View JSON Schema on GitHub

JSON Schema

auth0-brandingphonedisplay-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/BrandingPhoneDisplay",
  "title": "BrandingPhoneDisplay",
  "type": "object",
  "description": "Phone number display settings.",
  "additionalProperties": false,
  "properties": {
    "masking": {
      "$ref": "#/components/schemas/BrandingPhoneMaskingEnum"
    },
    "formatting": {
      "$ref": "#/components/schemas/BrandingPhoneFormattingEnum"
    }
  }
}