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_group["User Group"]
style plt_group fill:#cccccc
click plt_group href "../../classes/plt_group/"
plt_group : id
Inheritance
Fields
| Name | Cardinality | Type | Description | Inheritance |
|---|---|---|---|---|
| id | 1 |
GRID | Globally unique identifier across the whole platform. | Entity |
Identifier and Mapping Information
Annotations
| property | value |
|---|---|
| grid | grid:global::platform:group/{id} |
| platformAPI | GloUserGroup |