Skip to content

Commit

Permalink
BED-5537: Add edges to pathfinding
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenHinck committed Mar 6, 2025
1 parent cf45b08 commit a72042e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,11 @@ export const AllEdgeTypes: Category[] = [
ActiveDirectoryRelationshipKind.ForceChangePassword,
ActiveDirectoryRelationshipKind.GenericAll,
ActiveDirectoryRelationshipKind.Owns,
ActiveDirectoryRelationshipKind.OwnsLimitedRights,
ActiveDirectoryRelationshipKind.GenericWrite,
ActiveDirectoryRelationshipKind.WriteDACL,
ActiveDirectoryRelationshipKind.WriteOwner,
ActiveDirectoryRelationshipKind.WriteOwnerLimitedRights,
],
},
{
Expand Down

0 comments on commit a72042e

Please sign in to comment.