API Reference
Class
FileSidScanRequest
Input options for file/share SID scans.
Inheritance
- Object
- FileSidScanRequest
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Accepted by parameters
Constructors
public FileSidScanRequest() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public IReadOnlyList<String> Paths { get; set; } #Root paths to scan (local or UNC).
public Boolean ResolveIdentities { get; set; } #Resolve identities for flagged SIDs.
public Boolean CorrelateSidHistory { get; set; } #Attempt SIDHistory correlation.
public Nullable<Int32> DepthLimit { get; set; } #Maximum recursion depth; null for unlimited.
public Nullable<Int32> MaxDegreeOfParallelism { get; set; } #Max degree of parallelism for ACL reads.
public Boolean FollowReparsePoints { get; set; } #Follow reparse points (junctions/symlinks) when true.
public IReadOnlyList<String> AllowList { get; set; } #Additional SID strings to allow.
public IReadOnlyList<String> DeadDomainPrefixes { get; set; } #SID prefixes representing known defunct domains.
public Boolean IncludeTrusts { get; set; } #Include trusted domains/forests when classifying SIDs.
public Func<String, Boolean> PathFilter { get; set; } #Overrides for scanner path filter.