API Reference
Class
UpdateGapAssessmentResult
Represents the resolved product mapping and missing-security assessment produced by UpdateGaps.
Inheritance
- Object
- UpdateGapAssessmentResult
Constructors
public UpdateGapAssessmentResult() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.