API Reference
Class
BenchmarkPolicyResolution
Contains an effective cloned pack and an audit trail of decisions applied to it.
Inheritance
- Object
- BenchmarkPolicyResolution
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
public BenchmarkPolicyResolution() #Inherited Methods
Properties
public String SourcePackHash { get; set; } #Gets or sets the immutable source pack hash.
public BenchmarkPack EffectivePack { get; set; } #Gets or sets the effective cloned pack.
public String PolicyId { get; set; } #Gets or sets the policy identifier.
public String PolicyHash { get; set; } #Gets or sets the verified policy hash.
public List<BenchmarkAppliedPolicyDecision> AppliedDecisions { get; set; } #Gets or sets applied decision records.