TestimoX

API Reference

Class

AuditRemediationMatrixDocument

Namespace TestimoX.AuditWorkspaces
Assembly TestimoX
Modifiers sealed

Represents a remediation matrix derived from an audit workspace and linked package.

Inheritance

  • Object
  • AuditRemediationMatrixDocument

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

Accepted by parameters

Constructors

Properties

public String Version { get; set; } #

Gets or sets the remediation matrix schema version.

public String WorkspaceId { get; set; } #

Gets or sets the workspace identifier used to create the matrix.

public String PackageId { get; set; } #

Gets or sets the source package identifier.

public String RunId { get; set; } #

Gets or sets the source run identifier.

public String CustomerLabel { get; set; } #

Gets or sets the customer label associated with the matrix.

public String EnvironmentLabel { get; set; } #

Gets or sets the environment label associated with the matrix.

public String Analyst { get; set; } #

Gets or sets the analyst label associated with the workspace.

public DateTimeOffset GeneratedAt { get; set; } #

Gets or sets the UTC timestamp when the matrix was generated.

public String VisibilityMode { get; set; } #

Gets or sets the visibility mode used to filter matrix rows.

public Boolean ApprovedOnly { get; set; } #

Gets or sets a value indicating whether the matrix includes only approved overlays.

public Int32 IncludedRecommendationCount { get; set; } #

Gets or sets the number of recommendations included in the matrix.

public Int32 GeneratedRecommendationCount { get; set; } #

Gets or sets the number of definition-based recommendations generated from package data.

public Int32 AnalystRecommendationCount { get; set; } #

Gets or sets the number of recommendations authored from analyst overlays.

public Int32 ExcludedRecommendationCount { get; set; } #

Gets or sets the number of visible analyst overlays excluded by approval gating.

public List<AuditRemediationMatrixRow> Rows { get; set; } #

Gets or sets the remediation rows derived from generated package findings and analyst overlays.