TestimoX

API Reference

Class

AuditDeliveryBundleManifest

Namespace TestimoX.AuditWorkspaces
Assembly TestimoX
Modifiers sealed

Represents a generated offline delivery bundle for an audit workspace.

Inheritance

  • Object
  • AuditDeliveryBundleManifest

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Constructors

Properties

public String Version { get; set; } #

Gets or sets the bundle schema version.

public String WorkspaceId { get; set; } #

Gets or sets the workspace identifier that produced the bundle.

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 DateTimeOffset GeneratedAt { get; set; } #

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

public String Audience { get; set; } #

Gets or sets the audience label for the bundle.

public String VisibilityMode { get; set; } #

Gets or sets the visibility mode used to create the bundle.

public Boolean ApprovedOnly { get; set; } #

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

public Int32 IncludedRecommendationCount { get; set; } #

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

public Int32 GeneratedRecommendationCount { get; set; } #

Gets or sets the number of included recommendations generated from package evidence and rule definitions.

public Int32 AnalystRecommendationCount { get; set; } #

Gets or sets the number of included recommendations supplied by analyst overlays.

public Int32 ExcludedRecommendationCount { get; set; } #

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

public Boolean ReadyForDelivery { get; set; } #

Gets or sets a value indicating whether readiness checks consider the bundle deliverable.

public Int32 ReadinessBlockingIssueCount { get; set; } #

Gets or sets the number of blocking readiness issues.

public Int32 ReadinessAdvisoryIssueCount { get; set; } #

Gets or sets the number of advisory readiness issues.

public String IndexHtmlPath { get; set; } #

Gets or sets the relative path of the bundle landing page.

public String ReadmeMarkdownPath { get; set; } #

Gets or sets the relative path of the markdown handoff guide.

public String SummaryMarkdownPath { get; set; } #

Gets or sets the relative path of the markdown delivery summary.

public String SummaryHtmlPath { get; set; } #

Gets or sets the relative path of the HTML delivery summary.

public String SummaryJsonPath { get; set; } #

Gets or sets the relative path of the JSON delivery summary.

public String SummaryWordPath { get; set; } #

Gets or sets the relative path of the Word delivery summary.

public String MatrixCsvPath { get; set; } #

Gets or sets the relative path of the CSV remediation matrix.

public String MatrixJsonPath { get; set; } #

Gets or sets the relative path of the JSON remediation matrix.

public String MatrixXlsxPath { get; set; } #

Gets or sets the relative path of the Excel remediation matrix.

public String ReadinessMarkdownPath { get; set; } #

Gets or sets the relative path of the markdown delivery-readiness assessment.

public String ReadinessHtmlPath { get; set; } #

Gets or sets the relative path of the HTML delivery-readiness assessment.

public String ReadinessJsonPath { get; set; } #

Gets or sets the relative path of the JSON delivery-readiness assessment.

public String StandardReportHtmlPath { get; set; } #

Gets or sets the relative path of the regenerated standard HTML report.

public String StandardReportWordPath { get; set; } #

Gets or sets the relative path of the regenerated standard Word report.

public String ArchiveFileName { get; set; } #

Gets or sets the zip archive file name when a bundle archive is created.