TestimoX

API Reference

Class

SidHistoryUsageRequestBuilder

Namespace ADPlayground.Acl
Assembly ADPlayground
Modifiers static

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: SidHistoryUsageScanRequest

Creates a SIDHistory usage scan request from raw inputs.

Parameters

paths System.String[] requiredposition: 0
shares System.String[] requiredposition: 1
computers System.String[] requiredposition: 2
noNtfs System.Boolean requiredposition: 3
noShares System.Boolean requiredposition: 4
noResolve System.Boolean requiredposition: 5
noSidHistory System.Boolean requiredposition: 6
includeAll System.Boolean requiredposition: 7
depth System.Nullable{System.Int32} requiredposition: 8
parallelism System.Nullable{System.Int32} requiredposition: 9
followReparse System.Boolean requiredposition: 10
deadPrefixFile System.String requiredposition: 11
noTrusts System.Boolean requiredposition: 12
allowList System.String[] requiredposition: 13