API Reference
Class
RuleVendorRef
Inline crosswalk reference from a TestimoX rule to a vendor anchor or external doc.
Inheritance
- Object
- RuleVendorRef
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property CrosswalkBuilder.Refs
- Property Rule.Crosswalk
- Property DummyTestimoDebug.Crosswalk
- Property DummyForestBackup.Crosswalk
Accepted by parameters
- Extension method RuleBuilder.WithCrosswalk
- Method RuleBuilderExtensions.WithCrosswalk
Constructors
public RuleVendorRef() #Inherited Methods
Properties
public String Vendor { get; set; } #Vendor or source identifier (e.g., CIS, STIG, MSB, PingCastle, PurpleKnight).
public String Kind { get; set; } #Reference kind (Registry, AccountPolicy, AuditPolicy, UserRight, ServiceStartup, DocOnly, PC, PK).
public String Anchor { get; set; } #Unified anchor for the reference (e.g., REG|Key|Value|Scope or AP|Field|Scope, PC:Id, PK:Id).
public String Note { get; set; } #Optional free-form note about the reference.