Skip to content

Commit

Permalink
chore: add computer properties necessary for DCFor edge
Browse files Browse the repository at this point in the history
  • Loading branch information
rvazarkar committed Jan 16, 2024
1 parent da6b83c commit 43cc531
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/CommonLib/OutputTypes/Computer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ public class Computer : OutputBase
public UserRightsAssignmentAPIResult[] UserRights { get; set; } = Array.Empty<UserRightsAssignmentAPIResult>();
public DCRegistryData DCRegistryData { get; set; } = new();
public ComputerStatus Status { get; set; }
public bool IsDC { get; set; }
public string DomainSID { get; set; }
}

public class DCRegistryData
Expand Down

0 comments on commit 43cc531

Please sign in to comment.