Auth0 · Schema

ConnectionExtAgreedTerms

Indicates to store whether the user has agreed to the terms of service.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-connectionextagreedterms-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionExtAgreedTerms",
  "title": "ConnectionExtAgreedTerms",
  "type": "boolean",
  "description": "Indicates to store whether the user has agreed to the terms of service.",
  "default": false
}