Auth0 · Schema

ConnectionProfileOrganizationShowAsButtonEnum

Indicates if the organization should be shown as a button.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-connectionprofileorganizationshowasbuttonenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionProfileOrganizationShowAsButtonEnum",
  "title": "ConnectionProfileOrganizationShowAsButtonEnum",
  "type": "string",
  "description": "Indicates if the organization should be shown as a button.",
  "enum": [
    "none",
    "optional",
    "required"
  ]
}