TestimoX

API Reference

Class

BadPasswordView

Namespace ADPlayground.Users.AccountPasswordIndicatorPostureService
Assembly ADPlayground
Modifiers sealed

Aggregated bad-password counter posture view.

Inheritance

  • Object
  • BadPasswordView

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Constructors

Properties

public String DomainName { get; set; } #

Domain DNS name.

public Boolean CollectionSucceeded { get; set; } #

Gets a value indicating whether collection completed.

public String CollectionError { get; set; } #

Collection error details when collection fails.

public Int32 MinimumBadPasswordCount { get; set; } #

Minimum bad-password counter included in the view.

public Int32 AccountCount { get; set; } #

Total rows before row limiting.

public Int32 EnabledAccountCount { get; set; } #

Enabled accounts in the result set.

public Int32 HighestBadPasswordCount { get; set; } #

Highest observed bad-password counter.

public Int32 DomainControllerCount { get; set; } #

Total domain controllers attempted during collection.

public Int32 FailedDomainControllerCount { get; set; } #

Total domain controllers that failed during collection.

public IReadOnlyList<QueryIssue> QueryIssues { get; set; } #

Captured per-domain-controller query issues.

public Boolean Truncated { get; set; } #

Gets a value indicating whether output rows were truncated.

public IReadOnlyList<BadPasswordRow> Items { get; set; } #

Bad-password counter rows.

public IReadOnlyList<BadPasswordRow> EnabledAccounts { get; set; } #

Enabled account rows.