@@ -49,20 +49,14 @@ PEP provides a number of predefined column groups and participant groups. Their
...
@@ -49,20 +49,14 @@ PEP provides a number of predefined column groups and participant groups. Their
Several parties are involved in determining PEP's data structure.
Several parties are involved in determining PEP's data structure.
Column management:
- Column management is performed by different parties:
- Some of PEP's columns are predefined and automatically created when a PEP environment is provisioned.
- Some of PEP's columns are predefined and automatically created when a PEP environment is provisioned.
- The PEP (support) team manages an environment's basic configuration. Short pseudonym columns are created (and removed) as a result.
- The PEP (support) team manages an environment's basic configuration. Short pseudonym columns are created (and removed) as a result.
- Data Administrator can create and remove columns by means of [the `pepcli ama column` command](Using-pepcli#ama-column).
- Data Administrator can create and remove columns by means of [the `pepcli ama column` command](Using-pepcli#ama-column).
- Rows are managed by users storing data into PEP:
Row management:
- Users with [write access](Access-control#data-access]) determine the row(s) into which they store data.
- When specifying an existing [identifier](Pseudonymization#identifiers-in-pep), data are stored in the specified row.
- When specifying an existing [identifier](Pseudonymization#identifiers-in-pep), data are stored in the specified row.
- When specifying a new (i.e. previously unknown) identifier, data are stored in a new row.
- When specifying a new (i.e. previously unknown) identifier, data are stored in a newly created row.
- Columns and rows are grouped by different parties:
Column and row grouping:
- The contents of some column groups depend on environment configuration. These column groups are automatically updated by the PEP system.
- The contents of some column groups depend on environment configuration. These column groups are automatically updated by the PEP system.
- Other column groups are managed by Data Administrator using the [`pepcli ama columnGroup`](Using-pepcli#ama-columngroup) and [`pepcli ama column`](Using-pepcli#ama-column) commands.
- Other column groups are managed by Data Administrator using the [`pepcli ama columnGroup`](Using-pepcli#ama-columngroup) and [`pepcli ama column`](Using-pepcli#ama-column) commands.
- Row groups are managed by Data Administrator @@@ link to pepcli command @@@.
- Row groups are managed by Data Administrator @@@ link to pepcli command @@@.