feat: classify policy administration surfaces

This commit is contained in:
2026-07-30 17:42:06 +02:00
parent 546b2a6e9d
commit 9b0eeb162f

View File

@@ -7,6 +7,8 @@ const policyAdminSections: AdminSectionsUiCapability = {
sections: [ sections: [
{ {
id: "system-retention", id: "system-retention",
moduleId: "policy",
kind: "settings",
surfaceId: "policy.admin.system-retention", surfaceId: "policy.admin.system-retention",
label: "Retention", label: "Retention",
group: "SYSTEM", group: "SYSTEM",
@@ -20,6 +22,8 @@ const policyAdminSections: AdminSectionsUiCapability = {
}, },
{ {
id: "tenant-retention", id: "tenant-retention",
moduleId: "policy",
kind: "settings",
surfaceId: "policy.admin.tenant-retention", surfaceId: "policy.admin.tenant-retention",
label: "Retention", label: "Retention",
group: "TENANT", group: "TENANT",
@@ -33,6 +37,8 @@ const policyAdminSections: AdminSectionsUiCapability = {
}, },
{ {
id: "tenant-group-retention", id: "tenant-group-retention",
moduleId: "policy",
kind: "settings",
surfaceId: "policy.admin.group-retention", surfaceId: "policy.admin.group-retention",
label: "Retention", label: "Retention",
group: "GROUP", group: "GROUP",
@@ -46,6 +52,8 @@ const policyAdminSections: AdminSectionsUiCapability = {
}, },
{ {
id: "tenant-user-retention", id: "tenant-user-retention",
moduleId: "policy",
kind: "settings",
surfaceId: "policy.admin.user-retention", surfaceId: "policy.admin.user-retention",
label: "Retention", label: "Retention",
group: "USER", group: "USER",