API Reference
Class
VendorMatch
A matched vendor baseline control for a given rule anchor.
Inheritance
- Object
- VendorMatch
Constructors
public VendorMatch() #Inherited Methods
Properties
public String Vendor { get; set; } #Vendor name (MSB/CIS/STIG).
public String BaselineId { get; set; } #Baseline id 'Vendor/Product/Version' where the control was found.
public String ControlId { get; set; } #Original vendor rule id (when provided) or generated control id.
public Object Desired { get; set; } #Desired value from the vendor baseline.
public String Comparator { get; set; } #Comparator used to evaluate the control.
public String ValueKind { get; set; } #Value kind (String/Int/Array etc.).
public String Category { get; set; } #Optional baseline category (when emitted by generator).
public String ReferenceUrl { get; set; } #Optional reference url (when emitted by generator).
public String Guidance { get; set; } #Short vendor guidance snippet (description) when available.
public String Canonical { get; set; } #Canonical unified anchor key (U|...); used for deduping across families.