API Reference
Class
Item (StaleAdminAccountPostureService)
Single privileged-account posture item.
Inheritance
- Object
- Item
Constructors
Inherited Methods
Properties
public String ForestName { get; set; } #Forest DNS name used for the view when available.
public String DomainName { get; set; } #DNS domain name that owns the account.
public String SamAccountName { get; set; } #User sAMAccountName.
public String DisplayName { get; set; } #Optional display name.
public String DistinguishedName { get; set; } #Account distinguished name.
public Boolean Enabled { get; set; } #Whether the account is enabled.
public Nullable<DateTime> MostRecentLogonUtc { get; set; } #Most recent logon timestamp when available.
public Int32 LastLogonDays { get; set; } #Days since most recent logon; -1 means unknown or never.
public Nullable<DateTime> PasswordLastSetUtc { get; set; } #When the password was last set, when known.
public Int32 PasswordAgeDays { get; set; } #Password age in days; -1 means unknown.
public Boolean IsStaleByLogon { get; set; } #Whether the account breaches the logon inactivity threshold.
public Boolean IsStaleByPassword { get; set; } #Whether the account breaches the password age threshold.