Auth0 · Schema

EventStreamCloudEventGroupUpdatedObject1TypeEnum

The type of the group.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

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