feature: Bootstrapper secure server discovery
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
namespace Disco.Models.Services.Devices
|
||||
{
|
||||
public enum DeviceEnrolmentServerDiscoveryMethod
|
||||
{
|
||||
Unknown = 0,
|
||||
Manual = 1,
|
||||
SRV = 2,
|
||||
VicSmart = 3,
|
||||
Legacy = 4,
|
||||
Mac = 50,
|
||||
MacSecure = 51,
|
||||
}
|
||||
}
|
||||
@@ -24,6 +24,7 @@ namespace Disco.Models.Services.Interop.DiscoServices
|
||||
|
||||
public List<StatisticIntPair> Stat_JobIdentifiers { get; set; }
|
||||
public List<StatisticJob> Stat_Jobs { get; set; }
|
||||
public List<StatisticInt> Stat_EnrollmentDiscovery { get; set; }
|
||||
|
||||
public class StatisticIntPair
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user