API Reference
AuditDeliverySummaryDocument
Represents a consultant-style delivery summary generated from an audit workspace.
Inheritance
- Object
- AuditDeliverySummaryDocument
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
- Method AuditDeliveryBundleWriter.WriteIndexHtmlAsync
- Method AuditDeliveryBundleWriter.WriteReadmeMarkdownAsync
- Method AuditDeliverySummaryWriter.WriteHtmlAsync
- Method AuditDeliverySummaryWriter.WriteJsonAsync
- Method AuditDeliverySummaryWriter.WriteMarkdownAsync
- Method AuditDeliverySummaryWriter.WriteWordAsync
Constructors
public AuditDeliverySummaryDocument() #Inherited Methods
Properties
public String Version { get; set; } #Gets or sets the summary schema version.
public String WorkspaceId { get; set; } #Gets or sets the workspace identifier that produced the summary.
public String PackageId { get; set; } #Gets or sets the source package identifier.
public String RunId { get; set; } #Gets or sets the source run identifier.
public String Label { get; set; } #Gets or sets the audit or package label.
public String CustomerLabel { get; set; } #Gets or sets the customer label.
public String EnvironmentLabel { get; set; } #Gets or sets the environment label.
public String Analyst { get; set; } #Gets or sets the analyst label.
public DateTimeOffset GeneratedAt { get; set; } #Gets or sets the UTC timestamp when the summary was generated.
public String VisibilityMode { get; set; } #Gets or sets the visibility mode used to create the summary.
public Boolean ApprovedOnly { get; set; } #Gets or sets a value indicating whether the summary includes only approved overlays.
public String ExecutiveSummary { get; set; } #Gets or sets the generated executive summary text.
public AuditDeliverySummaryOverview Overview { get; set; } #Gets or sets the top-level overview counts.
public List<AuditDeliverySummaryItem> ImmediateActions { get; set; } #Gets or sets the recommended immediate action items.
public List<AuditDeliverySummaryItem> QuickWins { get; set; } #Gets or sets the recommended quick wins.
public List<AuditDeliverySummaryPhaseSection> Roadmap { get; set; } #Gets or sets the phased roadmap sections.
public List<AuditDeliverySummaryAssessmentAreaSection> AssessmentAreas { get; set; } #Gets or sets the assessment-area summary sections.