API Reference
UserCredentialSnapshot
Aggregated credential hygiene indicators for a single domain.
Inheritance
- Object
- UserCredentialSnapshot
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Constructors
public UserCredentialSnapshot() #Inherited Methods
public override Boolean Equals(Object obj) #BooleanParameters
- obj Object
Properties
public String DomainName { get; set; } #Domain DNS name.
public Int32 TotalUsers { get; set; } #Total users considered.
public Int32 AdminPasswordWarningDays { get; set; } #Admin password age threshold (days).
public Int32 UserPasswordStaleDays { get; set; } #User password stale threshold (days).
public Int32 UserPasswordVeryStaleDays { get; set; } #User password very stale threshold (days).
public Int32 PasswordNeverExpiresRecentChangeDays { get; set; } #Password Never Expires recent-change grace period (days).
public IReadOnlyList<UserCredentialEntry> PasswordNotRequired { get; set; } #Users with Password Not Required.
public IReadOnlyList<UserCredentialEntry> PasswordNeverExpires { get; set; } #Users with Password Never Expires.
public IReadOnlyList<UserCredentialEntry> PasswordNeverExpiresRecentlyChanged { get; set; } #Users with Password Never Expires whose password changed within the recent-change grace period.
public IReadOnlyList<UserCredentialEntry> PasswordNeverExpiresStale { get; set; } #Users with Password Never Expires whose password is outside the recent-change grace period or unknown.
public IReadOnlyList<UserCredentialEntry> AdminPasswordsAging { get; set; } #Admin accounts over the aging threshold.
public IReadOnlyList<UserCredentialEntry> UserPasswordsAging { get; set; } #Users over the stale threshold.
public IReadOnlyList<UserCredentialEntry> UserPasswordsVeryStale { get; set; } #Users over the very stale threshold.
public IReadOnlyList<UserCredentialEntry> ReversiblePasswords { get; set; } #Users with reversible password encryption enabled.
public IReadOnlyList<UserCredentialEntry> SidHistoryUsers { get; set; } #Users with sIDHistory present.