Auth0 · Schema

EventStreamCloudEventOrgGroupRoleDeletedObjectOrganization

The organization the group role is removed from.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

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

JSON Schema

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