feature: Bootstrapper secure server discovery
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using Disco.Models.UI.Config.Enrolment;
|
||||
using System;
|
||||
|
||||
namespace Disco.Web.Areas.Config.Models.Enrolment
|
||||
{
|
||||
@@ -6,5 +7,12 @@ namespace Disco.Web.Areas.Config.Models.Enrolment
|
||||
{
|
||||
public string MacSshUsername { get; set; }
|
||||
public int PendingTimeoutMinutes { get; set; }
|
||||
public Uri MacEnrolUrl { get; set; }
|
||||
public bool HostingPluginInstalled { get; set; }
|
||||
public bool IsVicSmartDeployment { get; set; }
|
||||
public bool IsServicesEducationVicGovAuDomain { get; set; }
|
||||
public string DnsSrvRecordName { get; set; }
|
||||
public string DnsSrvRecordValue { get; set; }
|
||||
public bool LegacyDiscoveryEnabled { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user