Auth0 · Schema

EventStreamCloudEventGroupRoleDeletedObjectRole

The role removed from the group.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
id string The ID of the role.
View JSON Schema on GitHub

JSON Schema

auth0-eventstreamcloudeventgrouproledeletedobjectrole-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/EventStreamCloudEventGroupRoleDeletedObjectRole",
  "title": "EventStreamCloudEventGroupRoleDeletedObjectRole",
  "type": "object",
  "description": "The role removed from the group.",
  "additionalProperties": false,
  "required": [
    "id"
  ],
  "properties": {
    "id": {
      "type": "string",
      "description": "The ID of the role.",
      "pattern": "rol_[a-zA-Z0-9]{16}"
    }
  }
}