API Reference
Class
BenchmarkRequirementResult
Provides the normalized company-requirement status for one assessed recommendation.
Inheritance
- Object
- BenchmarkRequirementResult
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
public BenchmarkRequirementResult() #Inherited Methods
Properties
public Guid AssessmentId { get; set; } #Gets or sets the assessment identifier.
public String TargetId { get; set; } #Gets or sets the typed target identifier.
public String TargetName { get; set; } #Gets or sets the target display name.
public String PackId { get; set; } #Gets or sets the benchmark pack identifier.
public String ControlId { get; set; } #Gets or sets the exact pack recommendation identifier.
public String ControlKey { get; set; } #Gets or sets the stable canonical recommendation key when one exists.
public String Title { get; set; } #Gets or sets the recommendation title.
public BenchmarkOutcome TechnicalOutcome { get; set; } #Gets or sets the raw technical assessment outcome.
public BenchmarkRequirementStatus Status { get; set; } #Gets or sets the normalized company-requirement status.
public String GovernanceReference { get; set; } #Gets or sets the decision or evidence reference that explains this status.