API Reference
Class
FileSidAuditOptions
Aggregated options for auditing file system SIDs via the orchestrator.
Inheritance
- Object
- FileSidAuditOptions
Constructors
public FileSidAuditOptions() #Inherited Methods
Properties
public InternalSidCatalog Catalog { get; set; } #Internal/trusted SID catalog.
public FileSidScannerOptions ScannerOptions { get; set; } #Underlying scanner configuration.
public IReadOnlyList<String> AllowList { get; set; } #Additional SID strings considered acceptable.
public Boolean ResolveIdentities { get; set; } #Resolve identities during classification.
public Boolean CorrelateSidHistory { get; set; } #Attempt SIDHistory correlation for domain-shaped SIDs.
public Func<SecurityIdentifier, IdentityInfo> IdentityResolver { get; set; } #Optional resolver hook to enrich classifications.
public Func<String, SidHistoryLink> SidHistoryLookup { get; set; } #Optional callback returning the distinguished name of an internal object that carries the supplied SID in SIDHistory.