TestimoX

API Reference

Class

UserCredentialOptions

Namespace ADPlayground.Users
Assembly ADPlayground
Modifiers sealed

Tunable thresholds for credential hygiene analysis.

Inheritance

  • Object
  • UserCredentialOptions

Constructors

public UserCredentialOptions() #

Properties

public Int32 AdminPasswordWarningDays { get; set; } #

Threshold (days) after which admin passwords are considered aging.

public Int32 UserPasswordStaleDays { get; set; } #

Threshold (days) after which user passwords are considered stale.

public Int32 UserPasswordVeryStaleDays { get; set; } #

Threshold (days) after which user passwords are considered very stale.

public Boolean IncludeDisabledAccounts { get; set; } #

Include disabled accounts in analysis.