API Reference
Class
UserCredentialSnapshot
Aggregated credential hygiene indicators for a single domain.
Inheritance
- Object
- UserCredentialSnapshot
Constructors
public UserCredentialSnapshot() #Inherited Methods
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 IReadOnlyList<UserCredentialEntry> PasswordNotRequired { get; set; } #Users with Password Not Required.
public IReadOnlyList<UserCredentialEntry> PasswordNeverExpires { get; set; } #Users with Password Never Expires.
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.