TestimoX

API Reference

Class

VendorRef

Namespace TestimoX.Baselines.Crosswalk
Assembly TestimoX
Modifiers sealed

A reference from a TestimoX rule to a vendor anchor (registry/audit/user-right/etc.) or doc source.

Inheritance

  • Object
  • VendorRef

Constructors

Properties

public String Vendor { get; set; } #

Vendor id (CIS, STIG, MSB, PingCastle, PurpleKnight).

public String Kind { get; set; } #

Anchor kind (Registry, AccountPolicy, AuditPolicy, UserRight, ServiceStartup, SecurityOption, DocOnly).

public String Anchor { get; set; } #

Anchor payload. Examples: 'REG|HKLM\...|Value|Scope', 'AP|Field|Scope', 'UR|SeRight|Scope', 'PC:RuleId', 'PK:UUID'.

public String Note { get; set; } #

Optional free-form note for maintainers.