Auth0 · Schema

GroupTypeEnum

Type of the group.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-grouptypeenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GroupTypeEnum",
  "title": "GroupTypeEnum",
  "type": "string",
  "description": "Type of the group.",
  "enum": [
    "connection",
    "organization",
    "tenant"
  ]
}