From a5868762d39325bf0dfc1ad9bc1b06c93a012e5a Mon Sep 17 00:00:00 2001 From: Marco Del Tufo <marco.deltufo@exact-lab.it> Date: Wed, 5 Jul 2023 08:42:47 +0000 Subject: [PATCH] Update installation-and-configuration-guide.md --- .../installation/installation-and-configuration-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/system-admin-documentation/installation/installation-and-configuration-guide.md b/docs/system-admin-documentation/installation/installation-and-configuration-guide.md index e95ea8d868f..09f0e6f6baf 100644 --- a/docs/system-admin-documentation/installation/installation-and-configuration-guide.md +++ b/docs/system-admin-documentation/installation/installation-and-configuration-guide.md @@ -1013,7 +1013,7 @@ This is the default map: |`WRITE_DATASET` | |`SPACE_POWER_USER` | | |`WRITE_DATASET_PROPERTIES` | |`SPACE_USER` | | |`DELETE_DATASET` | |`SPACE_POWER_USER` |Delete datasets (this capability IS NOT enough to delete datasets with deletion_disallow flag set to true in their type - see `FORCE_DELETE_DATASET`) | -|`FORCE_DELETE_DATASET` | |`INSTANCE_DISABLED |Delete datasets (this capability IS enough to delete datasets with deletion_disallow flag set to true in their type - see `DELETE_DATASET`) | +|`FORCE_DELETE_DATASET` | |`INSTANCE_DISABLED` |Delete datasets (this capability IS enough to delete datasets with deletion_disallow flag set to true in their type - see `DELETE_DATASET`) | |`ARCHIVE_DATASET` | |`SPACE_POWER_USER` |Move dataset from data store into archive | |`UNARCHIVE_DATASET` | |`SPACE_USER` |Copy back dataset from archive to data store | |`LOCK_DATA_SETS` | |`SPACE_ADMIN` |Prevent data sets from being archived | -- GitLab