API Reference
AuditDeliverySummaryOverview
Represents top-level counts for a generated delivery summary.
Inheritance
- Object
- AuditDeliverySummaryOverview
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 AuditDeliverySummaryOverview() #Inherited Methods
Properties
public Int32 SelectedRuleCount { get; set; } #Gets or sets the number of selected rules in the source package.
public Int32 ExecutedRuleCount { get; set; } #Gets or sets the number of executed rules in the source package.
public Int32 FailedRuleCount { get; set; } #Gets or sets the number of failed rules in the source package.
public Int32 RecommendationCount { get; set; } #Gets or sets the total number of recommendations represented in the summary.
public Int32 ExcludedRecommendationCount { get; set; } #Gets or sets the number of visible recommendations excluded by approval gating.
public Int32 GeneratedRecommendationCount { get; set; } #Gets or sets the number of recommendations generated from package rule and finding definitions.
public Int32 AnalystRecommendationCount { get; set; } #Gets or sets the number of recommendations authored by analyst overlays.
public Int32 DraftCount { get; set; } #Gets or sets the number of draft recommendations.
public Int32 ReviewedCount { get; set; } #Gets or sets the number of reviewed recommendations.
public Int32 ApprovedCount { get; set; } #Gets or sets the number of approved recommendations.
public Int32 SupersededCount { get; set; } #Gets or sets the number of superseded recommendations.
public Int32 CriticalCount { get; set; } #Gets or sets the number of critical recommendations.
public Int32 HighCount { get; set; } #Gets or sets the number of high-priority recommendations.
public Int32 MediumCount { get; set; } #Gets or sets the number of medium-priority recommendations.
public Int32 LowCount { get; set; } #Gets or sets the number of low-priority recommendations.
public Int32 InformationalCount { get; set; } #Gets or sets the number of informational recommendations.
public Int32 ImmediateActionCount { get; set; } #Gets or sets the number of immediate-action items.
public Int32 QuickWinCount { get; set; } #Gets or sets the number of quick-win items.
public Int32 AssessmentAreaCount { get; set; } #Gets or sets the number of assessment areas represented in the summary.