API Reference
Class
Options (StaleAdminAccountPostureService)
Options controlling stale admin account evaluation.
Inheritance
- Object
- Options
Constructors
public Options() #Inherited Methods
Properties
public String ForestName { get; set; } #Optional forest DNS name used when querying across the forest.
public String DomainName { get; set; } #Optional DNS domain name used to constrain evaluation to a single domain.
public Int32 MaxInactiveLogonDays { get; set; } #Maximum allowed days since last logon before the account is considered stale by logon.
public Int32 MaxPasswordAgeDays { get; set; } #Maximum allowed password age in days before the account is considered stale by password.
public Boolean IncludeDisabledAccounts { get; set; } #When true, disabled privileged accounts remain part of the posture view.