TestimoX

API Reference

Class

View (StaleAdminAccountPostureService)

Namespace ADPlayground.Forests.StaleAdminAccountPostureService
Assembly ADPlayground
Modifiers sealed

Aggregated stale admin posture view.

Inheritance

  • Object
  • View

Constructors

Properties

public String ForestName { get; set; } #

Forest DNS name used during evaluation when available.

public String DomainName { get; set; } #

Domain DNS name when the evaluation was constrained to a single domain.

public Int32 MaxInactiveLogonDays { get; set; } #

Configured logon inactivity threshold in days.

public Int32 MaxPasswordAgeDays { get; set; } #

Configured password age threshold in days.

public Boolean IncludeDisabledAccounts { get; set; } #

Whether disabled accounts were included.

public Int32 TotalAccountCount { get; set; } #

Total privileged accounts projected.

public Int32 EnabledAccountCount { get; set; } #

Total enabled privileged accounts projected.

public Int32 DisabledAccountCount { get; set; } #

Total disabled privileged accounts projected.

public Int32 StaleByLogonCount { get; set; } #

Total accounts stale by logon threshold.

public Int32 StaleByPasswordCount { get; set; } #

Total accounts stale by password threshold.

public Int32 BothStaleCount { get; set; } #

Total accounts stale by both thresholds.

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

All projected privileged accounts.

public IReadOnlyList<Item> StaleByLogon { get; set; } #

Accounts stale by logon threshold.

public IReadOnlyList<Item> StaleByPassword { get; set; } #

Accounts stale by password threshold.

public IReadOnlyList<Item> StaleByBoth { get; set; } #

Accounts stale by both thresholds.

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

Enabled privileged accounts retained for reviewer inventory.

public Diagnostics Diagnostics { get; set; } #

Evaluation diagnostics.