Skip to content

Commit

Permalink
Clarify a couple of attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
lkarlslund committed Nov 15, 2023
1 parent b158b9c commit f806aa3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/engine/attributes.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ var (
ObjectCategoryGUID = NewAttribute("objectCategoryGUID") // Used for caching the GUIDs
IsCriticalSystemObject = NewAttribute("isCriticalSystemObject")

DataLoader = NewAttribute("dataLoader")
DataSource = NewAttribute("dataSource")
DataLoader = NewAttribute("dataLoader").SetDescription("Where did data in this object come from")
DataSource = NewAttribute("dataSource").SetDescription("Data from different sources are never merged together")

IPAddress = NewAttribute("IPAddress")
DownLevelLogonName = NewAttribute("downLevelLogonName").Merge()
Expand Down

0 comments on commit f806aa3

Please sign in to comment.