API Reference
Class
AdminRecentLoginEvaluator
Evaluates privileged accounts with recent logon activity within a threshold number of days. Returns per‑user records suitable for UI/reporting.
Inheritance
- Object
- AdminRecentLoginEvaluator
Methods
public static View Evaluate(String domainName, Int32 thresholdDays = 14) #Returns:
ViewBuilds a view of privileged users who logged in within the threshold.
Parameters
- domainName System.String
- DNS name of the domain.
- thresholdDays System.Int32 = 14
- Recent logon threshold in days.
Returns
Domain view with per-user records.