TestimoX

API Reference

Class

Diagnostics (AccountDelegationPostureService)

Namespace ADPlayground.DirectoryEssentials.AccountDelegationPostureService
Assembly ADPlayground
Modifiers sealed

Diagnostics for account delegation posture evaluation.

Inheritance

  • Object
  • Diagnostics

Constructors

public Diagnostics() #

Properties

public Int32 DelegatedAccountCount { get; set; } #

Total delegated accounts returned by the collector.

public Int32 EnabledDelegatedAccountCount { get; set; } #

Enabled delegated accounts.

public Int32 DisabledDelegatedAccountCount { get; set; } #

Disabled delegated accounts.

public Int32 FullDelegationNonDomainControllerCount { get; set; } #

Accounts configured with unconstrained delegation outside domain controllers.

public Int32 FullDelegationDomainControllerCount { get; set; } #

Domain controllers configured with unconstrained delegation.

public Int32 ConstrainedDelegationCount { get; set; } #

Accounts configured with constrained delegation.

public Int32 ResourceDelegationCount { get; set; } #

Accounts configured with resource-based constrained delegation.

public Int32 MultiModeDelegationCount { get; set; } #

Accounts carrying more than one delegation mode.