TestimoX

API Reference

Class

BenchmarkAppliedPolicyDecision

Namespace TestimoX.Benchmarks.Policy
Assembly TestimoX
Modifiers sealed

Records a policy decision applied to one effective recommendation.

Inheritance

  • Object
  • BenchmarkAppliedPolicyDecision

Usage

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

Constructors

public BenchmarkAppliedPolicyDecision() #

Properties

public String DecisionId { get; set; } #

Gets or sets the decision identifier.

public BenchmarkPolicyDecisionKind Kind { get; set; } #

Gets or sets the decision kind.

public String ControlId { get; set; } #

Gets or sets the affected control identifier.

public String TechnicalId { get; set; } #

Gets or sets the affected technical setting identifier for an override.

public String Reason { get; set; } #

Gets or sets the mandatory decision reason.

public String ApprovedBy { get; set; } #

Gets or sets the approving authority.

public String Reference { get; set; } #

Gets or sets the external governance reference.

public Nullable<DateTimeOffset> ExpiresAt { get; set; } #

Gets or sets the decision expiry.