Auth0 · Schema

EventStreamCloudEventOrgGroupRoleAssignedObjectOrganization

The organization the group role is assigned in.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

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

JSON Schema

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