TestimoX

API Reference

Class

TrustSummaryMatrixRow

Namespace ADPlayground.Trusts
Assembly ADPlayground
Modifiers sealed

Aggregated trust count per (type, direction) bucket for quick matrix displays.

Inheritance

  • Object
  • TrustSummaryMatrixRow

Constructors

Properties

public String Type { get; set; } #

Trust type bucket (e.g., Forest, External).

public String Direction { get; set; } #

Direction bucket (Inbound/Outbound/Bidirectional).

public Int32 Count { get; set; } #

Number of trusts in this bucket.