API Reference
Class
SidHistoryUsageResult
Aggregated result of SIDHistory usage scanning.
Inheritance
- Object
- SidHistoryUsageResult
Constructors
public SidHistoryUsageResult() #Inherited Methods
Properties
public DateTimeOffset GeneratedAt { get; set; } #Timestamp when the scan was generated.
public IReadOnlyList<String> Paths { get; set; } #NTFS roots that were scanned.
public IReadOnlyList<String> ComputerNames { get; set; } #Computers used to enumerate shares.
public IReadOnlyList<SidHistoryUsageFinding> Findings { get; set; } #All findings produced by the scan.
public IReadOnlyDictionary<SidClassification, Int32> CountsByClassification { get; } #Counts per classification.
public IReadOnlyDictionary<SidHistoryUsageSource, Int32> CountsBySource { get; } #Counts per source.