From 13144ef75d58ac10d2953fd384c6ee880f916f6d Mon Sep 17 00:00:00 2001
From: jjeroch <94133633+jjeroch@users.noreply.github.com>
Date: Tue, 2 Jan 2024 10:06:24 +0100
Subject: [PATCH] Create Identity - DB - View.md
---
.../Identity - DB - View.md | 31 +++++++++++++++++++
1 file changed, 31 insertions(+)
create mode 100644 developer/Technical Documentation/DB Views and Details/Identity - DB - View.md
diff --git a/developer/Technical Documentation/DB Views and Details/Identity - DB - View.md b/developer/Technical Documentation/DB Views and Details/Identity - DB - View.md
new file mode 100644
index 000000000..6e59289bc
--- /dev/null
+++ b/developer/Technical Documentation/DB Views and Details/Identity - DB - View.md
@@ -0,0 +1,31 @@
+## Identities
+
+The description below gives an overview of the "Identity" object db schema.
+Displaying the table connections; key definition as well as a description of the attributes.
+
+#### Identity DB Connection
+
+
+
+
+
+
+
+#### Attribute Description
+
+##### Identity
+The identity table is created to manage/store all identities (user identities as well as service account identities).
+All attributes stored in this table are those values/attributes which are harmonized across all identity types.
+
+...more to be added...
+
+
+
+## NOTICE
+
+This work is licensed under the [Apache-2.0](https://www.apache.org/licenses/LICENSE-2.0).
+
+- SPDX-License-Identifier: Apache-2.0
+- SPDX-FileCopyrightText: 2021-2023 Contributors to the Eclipse Foundation
+- Source URL: https://github.com/eclipse-tractusx/portal-assets
+