Feature #20: Assigned User Is Local Admin
Device Profile setting which specifies whether assigned users are set as Local Administrators. Default is true (which maintains compatibility).
This commit is contained in:
@@ -16,7 +16,9 @@ namespace Disco.Models.ClientServices
|
||||
public string DeviceAssignedUserName { get; set; }
|
||||
public string DeviceAssignedUserSID { get; set; }
|
||||
public string DeviceAssignedUserUsername { get; set; }
|
||||
|
||||
|
||||
public bool DeviceAssignedUserIsLocalAdmin { get; set; }
|
||||
|
||||
public string OfflineDomainJoin { get; set; }
|
||||
|
||||
public string DeviceCertificate { get; set; }
|
||||
|
||||
@@ -43,6 +43,8 @@ namespace Disco.Models.Repository
|
||||
// 2012-06-28 G#
|
||||
public bool ProvisionADAccount { get; set; }
|
||||
|
||||
public bool AssignedUserLocalAdmin { get; set; }
|
||||
|
||||
public virtual IList<Device> Devices { get; set; }
|
||||
|
||||
public override string ToString()
|
||||
|
||||
Reference in New Issue
Block a user