#138 device flag authorization claims
This commit is contained in:
@@ -25,6 +25,12 @@
|
||||
|
||||
[ClaimDetails("Generate Documents", "Can generate documents for jobs")]
|
||||
public bool GenerateDocuments { get; set; }
|
||||
[ClaimDetails("Add Device Flags", "Can add device flags")]
|
||||
public bool AddFlags { get; set; }
|
||||
[ClaimDetails("Remove Device Flags", "Can remove device flags")]
|
||||
public bool RemoveFlags { get; set; }
|
||||
[ClaimDetails("Edit Device Flags", "Can edit device flags")]
|
||||
public bool EditFlags { get; set; }
|
||||
|
||||
[ClaimDetails("Enrol Devices", "Can add devices offline and enrol devices with the Bootstrapper")]
|
||||
public bool EnrolDevices { get; set; }
|
||||
|
||||
@@ -25,7 +25,8 @@
|
||||
public bool ShowJobs { get; set; }
|
||||
[ClaimDetails("Show Assignment History", "Can show the assignment history for devices")]
|
||||
public bool ShowAssignmentHistory { get; set; }
|
||||
|
||||
[ClaimDetails("Show Device Flag Assignments", "Can show flags associated with devices")]
|
||||
public bool ShowFlagAssignments { get; set; }
|
||||
|
||||
public DevicePropertiesClaims Properties { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user