diff --git a/docs/img/cls_example.png b/docs/img/cls_example.png index cc931af..76ff05e 100644 Binary files a/docs/img/cls_example.png and b/docs/img/cls_example.png differ diff --git a/docs/tables/mpe_column_level_security.md b/docs/tables/mpe_column_level_security.md new file mode 100644 index 0000000..4df058f --- /dev/null +++ b/docs/tables/mpe_column_level_security.md @@ -0,0 +1,21 @@ +--- +layout: article +title: MPE_COLUMN_LEVEL_SECURITY +description: The MPE_COLUMN_LEVEL_SECURITY table is used to configure which groups can VIEW or EDIT particular columns within a table +--- + +# MPE_COLUMN_LEVEL_SECURITY + +The MPE_COLUMN_LEVEL_SECURITY table is used to configure which groups can VIEW or EDIT particular columns within a table. More details are available in the [user guide](/column-level-security.md) + +## Columns + + - `TX_FROM num`: SCD2 open datetime + - 🔑 `TX_TO num`: SCD2 close datetime + - 🔑 `CLS_SCOPE char(4)`: Either VIEW, EDIT or ALL + - 🔑 `CLS_GROUP char(64)`: The group to which the rule applies + - 🔑 `CLS_LIBREF char(8)`: The libref to which the rule applies + - 🔑 `CLS_TABLE char(32)`: The table to which the rule applies + - 🔑 `CLS_VARIABLE_NM char(32)`: The variable to VIEW or EDIT + - `CLS_ACTIVE num`: Whether the rule is active or not + - `CLS_HIDE num`: Whether the column should be hidden in EDIT mode diff --git a/mkdocs.yml b/mkdocs.yml index 85751b5..1675a9b 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -13,6 +13,7 @@ nav: - Admin Services: admin-services.md - Table Guide: - MPE_AUDIT: tables/mpe_audit.md + - MPE_COLUMN_LEVEL_SECURITY: tables/mpe_column_level_security.md - MPE_CONFIG: tables/mpe_config.md - MPE_DATACATALOG_LIBS: tables/mpe_datacatalog_libs.md - MPE_DATACATALOG_TABS: tables/mpe_datacatalog_tabs.md