TestimoX

API Reference

Class

View (BroadTrusteeDelegationExposureService)

Namespace ADPlayground.Delegation.BroadTrusteeDelegationExposureService
Assembly ADPlayground
Modifiers sealed

Aggregated trustee-indexed delegation exposure view.

Inheritance

  • Object
  • View

Constructors

Properties

public String DomainName { get; set; } #

DNS domain name.

public Int32 TotalFindings { get; set; } #

Total findings across all broad trustees.

public Int32 TrusteeCount { get; set; } #

Number of broad trustee kinds with at least one finding.

public Boolean IncludeApplyOnly { get; set; } #

Whether Apply-Group-Policy-only findings are included.

public Boolean DomainSidResolved { get; set; } #

True when domain SID resolution succeeded; false means name-based fallback matching was used.

public String DomainSidResolutionWarning { get; set; } #

Optional warning when domain SID resolution failed and fallback matching was used.

public IReadOnlyList<TrusteeSummary> Trustees { get; set; } #

Trustee-level summary rows.

public IReadOnlyList<TrusteeFinding> Findings { get; set; } #

Detailed findings.