Auth0 · Schema

SelfServiceProfileCustomTextPageEnum

The page where the custom text is shown.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-selfserviceprofilecustomtextpageenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SelfServiceProfileCustomTextPageEnum",
  "title": "SelfServiceProfileCustomTextPageEnum",
  "type": "string",
  "enum": [
    "get-started"
  ],
  "description": "The page where the custom text is shown."
}