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 CriticalFindings { get; set; } #

Total critical findings across all broad trustees.

public Int32 HighFindings { get; set; } #

Total high findings across all broad trustees.

public Int32 MediumFindings { get; set; } #

Total medium 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 IncludeDirectoryAclInventory { get; set; } #

Whether the Directory ACL inventory source is included.

public Boolean DirectoryAclInventorySucceeded { get; set; } #

True when the Directory ACL inventory source completed successfully, or when it was not requested.

public String DirectoryAclInventoryWarning { get; set; } #

Optional warning when the Directory ACL inventory source could not be collected.

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.