Auth0 · Schema

ConnectionProfileName

The name of the connection profile.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-connectionprofilename-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionProfileName",
  "title": "ConnectionProfileName",
  "type": "string",
  "description": "The name of the connection profile.",
  "minLength": 1,
  "maxLength": 50
}