API Reference
Class
FileSidAuditOptions
Aggregated options for auditing file system SIDs via the orchestrator.
Inheritance
- Object
- FileSidAuditOptions
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
- Method ForeignSidAuditor.ScanAsync
Constructors
public FileSidAuditOptions() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.