API Reference
Class
RuleCrosswalkReport
Aggregated crosswalk information for a rule: baseline matches, related docs and coverage glyphs.
Inheritance
- Object
- RuleCrosswalkReport
Constructors
public RuleCrosswalkReport() #Inherited Methods
Properties
public String RuleName { get; set; } #TestimoX rule name.
public String Display { get; set; } #Human-friendly display name.
public List<VendorMatch> BaselineMatches { get; set; } #Matched vendor baseline controls.
public List<DocEntry> Docs { get; set; } #Related documentation entries (PingCastle/PurpleKnight/etc.).
public CoverageRow Coverage { get; set; } #Coverage glyph row for quick report rendering.
public List<ValueTuple<String, String>> Links { get; set; } #Logical links to other rules (e.g., prerequisites).