Auth0 · Schema

ConnectionApiBehaviorEnum

Specifies the API behavior for password authentication

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-connectionapibehaviorenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionApiBehaviorEnum",
  "title": "ConnectionApiBehaviorEnum",
  "type": "string",
  "description": "Specifies the API behavior for password authentication",
  "enum": [
    "required",
    "optional"
  ],
  "x-release-lifecycle": "EA"
}