feat: adding all tables to the docs
Publish to docs.datacontroller.io / Deploy docs (push) Successful in 1m17s

This commit is contained in:
4gl
2026-08-10 17:11:53 +01:00
parent 9b68c55754
commit 2f30680e84
16 changed files with 379 additions and 1 deletions
+19
View File
@@ -0,0 +1,19 @@
---
layout: article
title: MPE_GROUPS
description: The MPE_GROUPS table defines optional groups and group membership used to secure access to tables in Data Controller for SAS®.
---
# MPE_GROUPS
The `MPE_GROUPS` table defines optional groups, and the members of those groups, used to secure access in Data Controller.
A more detailed breakdown is available in the [configuration](/dcc-groups/) section.
## Columns
- `TX_FROM num`: SCD2 open datetime
- 🔑 `GROUP_NAME char(100)`: The name of the group
- `GROUP_DESC char(256)`: A description of the group
- 🔑 `USER_NAME char(50)`: The user (SAS identity name) who is a member of the group
- `TX_TO num`: SCD2 close datetime