User Group
IRI: https://w3id.org/altium/cdm/platform/UserGroup
Bounded context: platform
A way to group multiple users together (e.g. for the purposes of SCIM syncrhonization). User may be a member of multiple groups.
Platform API
GRID (1)
grid:global::platform:group/{id}
Diagram
---
config:
layout: elk
theme: neutral
class:
hideEmptyMembersBox: true
---
classDiagram
direction LR
class plt_UserGroup["User Group"]
style plt_UserGroup fill:#cccccc
click plt_UserGroup href "../../classes/plt_UserGroup/"
class core_Artifact["Artifact"]
core_Artifact <|-- plt_UserGroup
click core_Artifact href "../../classes/core_Artifact/"
plt_UserGroup : id
Inheritance
- core_Entity
- core_Artifact
- plt_UserGroup
- core_Artifact
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:global::platform:group/{id} |
| platformAPI | GloUserGroup |