Auth0 · Schema

EventStreamCloudEventGroupUpdatedObject2TypeEnum

The type of the group.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

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