API Reference
Class
SidHistoryUsageRequestBuilder
Builds SIDHistory usage scan requests from raw inputs.
Inheritance
- Object
- SidHistoryUsageRequestBuilder
Methods
public static SidHistoryUsageScanRequest ToRequest(String[] paths, String[] shares, String[] computers, Boolean noNtfs, Boolean noShares, Boolean noResolve, Boolean noSidHistory, Boolean includeAll, Nullable<Int32> depth, Nullable<Int32> parallelism, Boolean followReparse, String deadPrefixFile, Boolean noTrusts, String[] allowList) #Returns:
SidHistoryUsageScanRequestCreates a SIDHistory usage scan request from raw inputs.
Parameters
- paths System.String[]
- shares System.String[]
- computers System.String[]
- noNtfs System.Boolean
- noShares System.Boolean
- noResolve System.Boolean
- noSidHistory System.Boolean
- includeAll System.Boolean
- depth System.Nullable{System.Int32}
- parallelism System.Nullable{System.Int32}
- followReparse System.Boolean
- deadPrefixFile System.String
- noTrusts System.Boolean
- allowList System.String[]