Skip to content

Commit

Permalink
Merge pull request #95 from BloodHoundAD/BED-4003
Browse files Browse the repository at this point in the history
Add properties for DCFor edge
  • Loading branch information
rvazarkar authored Jan 16, 2024
2 parents da6b83c + 43cc531 commit 94a8306
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 94a8306

Please sign in to comment.