Skip to content

Workspace Group

IRI: https://w3id.org/altium/cdm/platform/WorkspaceGroup

Bounded context: platform

Workspace Group represents a logical collection of users within a workspace, used to manage access control, permissions, and collaboration roles across projects and data assets.

Platform API

DesWorkspaceGroup

GRID (1)

grid:workspace:{workspace-id}:team:group/{id}

  1. 🙋‍♂️ Altium Global Resource ID (aka GRID)

Diagram

---
  config:
    layout: elk
    theme: neutral
    class:
      hideEmptyMembersBox: true
---
 classDiagram
    direction LR


  class plt_WorkspaceGroup["Workspace Group"]



      style plt_WorkspaceGroup fill:#cccccc    


    click plt_WorkspaceGroup href "../../classes/plt_WorkspaceGroup/"




  class core_Artifact["Artifact"]




          core_Artifact <|-- plt_WorkspaceGroup
          click core_Artifact href "../../classes/core_Artifact/"






          plt_WorkspaceGroup : id





Comments

Each Workspace Group has its own identity and membership, defining collective rights and responsibilities for its members. It simplifies administration and governance by enabling consistent permission management and role-based access across Altium 365 projects, libraries, and shared resources.

Inheritance

Fields

Name Cardinality Type Description Inheritance
id 1 GRID Globally unique identifier across the whole platform. core_Entity

Identifier and Mapping Information

Annotations

property value
grid grid:workspace:{workspace-id}:team:group/{id}
platformAPI DesWorkspaceGroup

Comments

Comments are still experimental - you need access to AltiumDeveloper/cdm-comments repository to see and leave comments. Please ping @dmitry.kolomiets for details.