API Reference
Options (TrustExplorerFilter)
Options that control how trust assessments are filtered and grouped.
Inheritance
- Object
- Options
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 TrustExplorerFilter.Get
Constructors
public Options() #Inherited Methods
public override Boolean Equals(Object obj) #BooleanParameters
- obj Object
Properties
public String Forest { get; set; } #Optional forest DNS name to scope discovery. When null, uses current forest.
public Boolean Recursive { get; set; } #When true, explores trusts recursively to transitive targets.
public Boolean SkipValidation { get; set; } #Skip expensive validation of remote domains where possible.
public String Status { get; set; } #Status filter: "Any", "Active", or "Inactive".
public Int32 InactiveDays { get; set; } #Days threshold used when Status = Inactive.
public Boolean OldProtocol { get; set; } #Require old/weak protocol indicators (RC4/No AES/UplevelOnly=false).
public Boolean Impermeability { get; set; } #Require impermeability issues (SelectiveAuth disabled or SID filtering off).
public String Type { get; set; } #Type filter: "Any", "Forest", "External", "ParentChild", or "TreeRoot".
public String Direction { get; set; } #Direction filter: "Any", "Inbound", "Outbound", or "Bidirectional".