API Reference
Class
Diagnostics (StaleAdminAccountPostureService)
Diagnostics captured while evaluating stale admin posture.
Inheritance
- Object
- Diagnostics
Constructors
public Diagnostics() #Inherited Methods
Properties
public Int32 TotalAccountCount { get; set; } #Total number of privileged accounts projected into the view.
public Int32 EnabledAccountCount { get; set; } #Total enabled privileged accounts in scope.
public Int32 DisabledAccountCount { get; set; } #Total disabled privileged accounts in scope.
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.