API Reference
Class
BenchmarkAppliedPolicyDecision
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.
Returned or exposed by
Constructors
public BenchmarkAppliedPolicyDecision() #Inherited Methods
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.