API Reference
Class
Diagnostics (AccountDelegationPostureService)
Diagnostics for account delegation posture evaluation.
Inheritance
- Object
- Diagnostics
Constructors
public Diagnostics() #Inherited Methods
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.