TestimoX

API Reference

Class

CrosswalkMatchRow

Namespace TestimoX.Baselines.Crosswalk
Assembly TestimoX
Modifiers sealed

Row describing how a vendor baseline control matched a crosswalk anchor.

Inheritance

  • Object
  • CrosswalkMatchRow

Constructors

Properties

public String RuleName { get; set; } #

TestimoX rule name matched by this control.

public String Display { get; set; } #

Human‑friendly rule display name.

public String Vendor { get; set; } #

Vendor/source of the control (e.g., MSB, PingCastle, PurpleKnight).

public String BaselineId { get; set; } #

Baseline identifier (vendor/product/version).

public String ControlId { get; set; } #

Control identifier within the baseline.

public String Title { get; set; } #

Control title.

public Object Desired { get; set; } #

Desired/target value for the control.

public String Comparator { get; set; } #

Comparator to apply (e.g., Equals, GreaterOrEqual, InSet).

public String ValueKind { get; set; } #

Value kind/type (e.g., Integer, String, Boolean).

public String Category { get; set; } #

Optional category or grouping.

public String ReferenceUrl { get; set; } #

Optional reference URL.

public String Guidance { get; set; } #

Optional remediation or rationale guidance.

public String Canonical { get; set; } #

Canonical unified anchor for this control (used for de‑duplication across baseline families).