feature: saved exports

initial - not feature complete
This commit is contained in:
Gary Sharp
2025-02-09 17:14:04 +11:00
parent 2fce645066
commit ac24055365
35 changed files with 2244 additions and 156 deletions
@@ -38,6 +38,9 @@ namespace Disco.Services.Authorization.Roles.ClaimGroups.Configuration
[ClaimDetails("Show Configuration", "Can show the configuration menu")]
public bool Show { get; set; }
[ClaimDetails("Managed Saved Exports", "Can manage saved exports")]
public bool ManageSavedExports { get; set; }
public DeviceCertificateClaims DeviceCertificate { get; set; }
public EnrolmentClaims Enrolment { get; set; }