TestimoX

API Reference

Class

UpdateGapAssessmentResult

Namespace ComputerX.Updates
Assembly ComputerX
Modifiers sealed

Represents the resolved product mapping and missing-security assessment produced by UpdateGaps.

Inheritance

  • Object
  • UpdateGapAssessmentResult

Constructors

public UpdateGapAssessmentResult() #

Properties

public String ComputerName { get; set; } #

Computer name for which the assessment was generated.

public DateTimeOffset AsOfMonthUtc { get; set; } #

Month anchor used for the MSRC lookback evaluation in UTC.

public Int32 LookbackMonths { get; set; } #

Number of months included in the backward-looking assessment window.

public ProductDescriptor ResolvedProduct { get; set; } #

Resolved product descriptor used to map the target into MSRC product families.

public IReadOnlyList<String> ProductFilters { get; set; } #

Product-name filters derived from the resolved descriptor and applied to the MSRC catalog.

public IReadOnlyList<PatchGapInfo> MissingSecurityUpdates { get; set; } #

Missing security updates after comparing installed KBs with the applicable MSRC catalog window.