TestimoX

API Reference

Class

AuditRunManifest

Namespace TestimoX.AuditPackages
Assembly TestimoX
Modifiers sealed

Execution metadata required to reconstruct the context of an audit run.

Inheritance

  • Object
  • AuditRunManifest

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

Gets or sets the run identifier.

public String PackageId { get; set; } #

Gets or sets the package identifier linked to the run.

public String Label { get; set; } #

Gets or sets the user-friendly label for the package or run.

public String OperatorLabel { get; set; } #

Gets or sets the operator label provided at package creation time.

public String CustomerLabel { get; set; } #

Gets or sets the customer label provided at package creation time.

public String EnvironmentLabel { get; set; } #

Gets or sets the environment label provided at package creation time.

public DateTimeOffset StartedAt { get; set; } #

Gets or sets the UTC time when execution started.

public DateTimeOffset CompletedAt { get; set; } #

Gets or sets the UTC time when execution completed.

public AuditCaptureLevel CaptureLevel { get; set; } #

Gets or sets the capture level used for the package.

public String SelectedProfile { get; set; } #

Gets or sets the selected profile name, when one was applied.

public String SelectedProfileDisplayName { get; set; } #

Gets or sets the display name of the selected profile, when available.

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

Gets or sets the selected rule identifiers.

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

Gets or sets the missing rule identifiers requested explicitly but not discovered.

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

Gets or sets the forest names observed during execution.

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

Gets or sets the domain names observed during execution.

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

Gets or sets the domain controller names observed during execution.

public Int32 Concurrency { get; set; } #

Gets or sets the concurrency used during execution.

public Int32 SelectedRuleCount { get; set; } #

Gets or sets the total number of selected rules.

public Int32 ExecutedRuleCount { get; set; } #

Gets or sets the total number of executed rules.

public Double ElapsedSeconds { get; set; } #

Gets or sets the total elapsed seconds for execution.