TestimoX

API Reference

Class

SidHistoryUsageResult

Namespace ADPlayground.Acl
Assembly ADPlayground
Modifiers sealed

Aggregated result of SIDHistory usage scanning.

Inheritance

  • Object
  • SidHistoryUsageResult

Constructors

public SidHistoryUsageResult() #

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> SharePaths { get; set; } #

Explicit share paths 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.