API Reference
Class
ExplorerView
Typed view for UI/consumers that want both the trust list and a flattened suffix list.
Inheritance
- Object
- ExplorerView
Constructors
public ExplorerView() #Inherited Methods
Properties
public IReadOnlyList<Assessment> Items { get; set; } #Full list of discovered trusts (one Assessment per trust).
public IReadOnlyList<ForestTrustSuffixRow> Suffixes { get; set; } #Flattened forest-trust suffix rows with source/target context.
public IReadOnlyList<TrustPostureRow> Projected { get; set; } #Unified, high-signal posture rows used by UIs and reports.
public IReadOnlyList<NameSuffixRoutingRow> Nsr { get; set; } #Name Suffix Routing diagnostic rows (trust × suffix × domain match).