feature: pending device enrollment approval

This commit is contained in:
Gary Sharp
2024-01-21 14:06:11 +11:00
parent 6af83cbdb2
commit 37e2e5a08c
33 changed files with 1379 additions and 344 deletions
@@ -1,4 +1,5 @@
using Disco.Models.ClientServices.EnrolmentInformation;
using System;
namespace Disco.Models.ClientServices
{
@@ -26,5 +27,10 @@ namespace Disco.Models.ClientServices
public bool RequireReboot { get; set; }
public string ErrorMessage { get; set; }
public bool IsPending { get; set; }
public string PendingAuthorization { get; set; }
public string PendingReason { get; set; }
public DateTimeOffset PendingTimeout { get; set; }
}
}