TestimoX

API Reference

Class

View (AccountDelegationPostureService)

Namespace ADPlayground.DirectoryEssentials.AccountDelegationPostureService
Assembly ADPlayground
Modifiers sealed

Aggregated account delegation posture view.

Inheritance

  • Object
  • View

Constructors

Properties

public String DomainName { get; set; } #

Target domain DNS name.

public Boolean CollectionSucceeded { get; set; } #

True when collection completed successfully.

public String CollectionError { get; set; } #

Collection error summary when evaluation fails.

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.

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

All projected delegated accounts.

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

High-risk unconstrained delegation accounts outside domain controllers.

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

Domain controllers listed for expected unconstrained delegation context.

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

Accounts configured with constrained delegation.

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

Accounts configured with resource-based constrained delegation.

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

Disabled delegated accounts kept for hygiene review.

public Diagnostics Diagnostics { get; set; } #

Evaluation diagnostics.