Auth0 · Schema

ClientGrantOrganizationUsageEnum

Defines whether organizations can be used with client credentials exchanges for this grant.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-clientgrantorganizationusageenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ClientGrantOrganizationUsageEnum",
  "title": "ClientGrantOrganizationUsageEnum",
  "type": "string",
  "description": "Defines whether organizations can be used with client credentials exchanges for this grant.",
  "enum": [
    "deny",
    "allow",
    "require"
  ]
}