Auth0 · Schema

EventStreamCloudEventGroupRoleAssignedObjectGroup

The group the role is assigned to.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-eventstreamcloudeventgrouproleassignedobjectgroup-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/EventStreamCloudEventGroupRoleAssignedObjectGroup",
  "title": "EventStreamCloudEventGroupRoleAssignedObjectGroup",
  "description": "The group the role is assigned to.",
  "oneOf": [
    {
      "$ref": "#/components/schemas/EventStreamCloudEventGroupRoleAssignedObjectGroup0"
    },
    {
      "$ref": "#/components/schemas/EventStreamCloudEventGroupRoleAssignedObjectGroup1"
    },
    {
      "$ref": "#/components/schemas/EventStreamCloudEventGroupRoleAssignedObjectGroup2"
    }
  ]
}