API Reference
WindowsUpdateSecurityMissingDetail
Describes a single missing MSRC security item correlated to Windows Update telemetry.
Inheritance
- Object
- WindowsUpdateSecurityMissingDetail
Constructors
public WindowsUpdateSecurityMissingDetail() #Inherited Methods
public override Boolean Equals(Object obj) #BooleanParameters
- obj Object
Properties
public String CveId { get; set; } #Missing CVE identifier.
public String Kb { get; set; } #Representative KB identifier that may remediate the CVE.
public String Title { get; set; } #MSRC title/description for the missing item.
public String Severity { get; set; } #Normalized severity label (for example Critical, Important).
public Nullable<Double> Cvss { get; set; } #Optional CVSS base score when available.
public Boolean IsExploited { get; set; } #Indicates whether MSRC flags this item as exploited.
public Boolean PubliclyDisclosed { get; set; } #Indicates whether MSRC marks this item as publicly disclosed.
public Boolean ExploitationMoreLikely { get; set; } #Indicates whether MSRC marks this item as more likely to be exploited.
public String Category { get; set; } #Vulnerability category from MSRC (for example, Remote Code Execution).
public Nullable<DateTime> Published { get; set; } #Publication date when available.
public String SupersededByKb { get; set; } #Superseding KB when available.
public Int32 RiskScore { get; set; } #Reusable 0-100 risk score for operator prioritization.
public String Priority { get; set; } #Human-readable priority band derived from RiskScore.
public String Recommendation { get; set; } #Short operator recommendation derived from the missing item metadata.
public String Reason { get; set; } #Missing reason from UpdateGaps correlation.