TestimoX

API Reference

Class

ReversiblePasswordView

Namespace ADPlayground.Users.AccountPasswordIndicatorPostureService
Assembly ADPlayground
Modifiers sealed

Aggregated reversible-password-storage posture view.

Inheritance

  • Object
  • ReversiblePasswordView

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 AccountCount { get; set; } #

Total rows before row limiting.

public Int32 EnabledAccountCount { get; set; } #

Enabled accounts in the result set.

public Int32 UserAccountCount { get; set; } #

User accounts with reversible-password storage enabled.

public Int32 ComputerAccountCount { get; set; } #

Computer accounts with reversible-password storage enabled.

public Boolean Truncated { get; set; } #

Gets a value indicating whether output rows were truncated.

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

All reversible-password-storage rows.

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

Enabled account rows.