API Reference
Class
TrustsInactiveEvaluator
Evaluates trusts that appear potentially inactive (no changes for longer than a threshold). Wraps LDAP lookups and trust enumeration; rules consume only this typed view.
Inheritance
- Object
- TrustsInactiveEvaluator
Methods
public static View Evaluate(String domainName, Int32 thresholdDays = 365) #Returns:
ViewFinds trusts whose last change exceeds the threshold.
Parameters
- domainName System.String
- DNS name of the domain.
- thresholdDays System.Int32 = 365
- Days since last change to consider inactive.
Returns
View containing stale trust rows.