User
IRI: https://w3id.org/altium/cdm/platform/User
Bounded context: platform
TBD
Diagram
---
config:
layout: elk
theme: neutral
class:
hideEmptyMembersBox: true
---
classDiagram
direction LR
class plt_User["User"]
style plt_User fill:#cccccc
click plt_User href "../../classes/plt_User/"
class core_Artifact["Artifact"]
core_Artifact <|-- plt_User
click core_Artifact href "../../classes/core_Artifact/"
plt_User : id
Inheritance
- core_Entity
- core_Artifact
- plt_User
- 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:user/{id} |
| platformAPI | GloUser |