TestimoX

API Reference

Class

AuditRemediationMatrixRow

Namespace TestimoX.AuditWorkspaces
Assembly TestimoX
Modifiers sealed

Represents one remediation-planning row in a generated matrix.

Inheritance

  • Object
  • AuditRemediationMatrixRow

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

Constructors

Properties

public String RecommendationId { get; set; } #

Gets or sets the stable recommendation identifier used for tracking across exports.

public AuditRecommendationSource Source { get; set; } #

Gets or sets the source that produced this recommendation row.

public String OverlayId { get; set; } #

Gets or sets the overlay identifier that produced the row, when the source is an analyst overlay.

public AuditOverlayTargetType TargetType { get; set; } #

Gets or sets the recommendation target type.

public String TargetId { get; set; } #

Gets or sets the recommendation target identifier.

public String RuleId { get; set; } #

Gets or sets the resolved rule identifier, when available.

public String FindingId { get; set; } #

Gets or sets the resolved finding identifier, when available.

public String Title { get; set; } #

Gets or sets the resolved display title for the row.

public String AssessmentArea { get; set; } #

Gets or sets the resolved assessment area.

public String Status { get; set; } #

Gets or sets the resolved execution or finding status.

public AuditOverlayPriority Priority { get; set; } #

Gets or sets the row priority.

public AuditOverlayEffort Effort { get; set; } #

Gets or sets the estimated effort.

public AuditOverlayPhase Phase { get; set; } #

Gets or sets the recommended rollout phase.

public AuditOverlayVisibility Visibility { get; set; } #

Gets or sets the row visibility.

public AuditOverlayStatus ReviewStatus { get; set; } #

Gets or sets the review status.

public String Owner { get; set; } #

Gets or sets the suggested owner.

public String OwnerType { get; set; } #

Gets or sets the normalized owner type.

public String Impact { get; set; } #

Gets or sets the impact summary.

public String Comment { get; set; } #

Gets or sets the internal analyst commentary.

public String ClientInterpretation { get; set; } #

Gets or sets the client-facing interpretation.

public String RecommendedAction { get; set; } #

Gets or sets the recommended remediation action.

public String Dependency { get; set; } #

Gets or sets dependency notes.

public String Blocker { get; set; } #

Gets or sets blocker notes.

public List<String> Labels { get; set; } #

Gets or sets any labels assigned to the row.