TestimoX

API Reference

Class

DocEntry

Namespace TestimoX.Baselines.Crosswalk
Assembly TestimoX
Modifiers sealed

Documentation entry from a doc source (PingCastle/PurpleKnight), used for report sidebars.

Inheritance

  • Object
  • DocEntry

Constructors

Properties

public String Id { get; set; } #

Document identifier in the source.

public String Title { get; set; } #

Document title.

public String Source { get; set; } #

Source name (PingCastle/PurpleKnight/etc.).

public String Description { get; set; } #

Short description.

public String Rationale { get; set; } #

Why the recommendation exists.

public String Solution { get; set; } #

Proposed remediation/solution.

public String TechnicalExplanation { get; set; } #

Technical explanation/details.

public String Documentation { get; set; } #

Additional documentation or reference.

public String CategoryPath { get; set; } #

Hierarchical category path inside the source.

public String Category { get; set; } #

Category label (source-defined).

public String Severity { get; set; } #

Severity label (source-defined).

public Nullable<Int32> Impact { get; set; } #

Impact score when provided.

public String Likelihood { get; set; } #

Likelihood string when provided.

public String Remediation { get; set; } #

Remediation details (source-defined).

public String[] DataSources { get; set; } #

Input data sources referenced by the source document.

public String[] OutputFields { get; set; } #

Output fields referenced by the source document.

public String[] Frameworks { get; set; } #

Framework tags or families associated with the document.

public String[] Products { get; set; } #

Products associated with the document.