public sealed class Item : IMessage<VulnerabilityReport.Types.Vulnerability.Types.Item>, IEquatable<VulnerabilityReport.Types.Vulnerability.Types.Item>, IDeepCloneable<VulnerabilityReport.Types.Vulnerability.Types.Item>, IBufferMessage, IMessage
OS inventory item that is affected by a vulnerability or fixed as a
result of a vulnerability.
public string AvailableInventoryItemId { get; set; }
Corresponds to the AVAILABLE_PACKAGE inventory item on the VM.
If the vulnerability report was not updated after the VM inventory
update, these values might not display in VM inventory. If there is no
available fix, the field is empty. The inventory_item value specifies
the latest SoftwarePackage available to the VM that fixes the
vulnerability.
public string InstalledInventoryItemId { get; set; }
Corresponds to the INSTALLED_PACKAGE inventory item on the VM.
This field displays the inventory items affected by this vulnerability.
If the vulnerability report was not updated after the VM inventory
update, these values might not display in VM inventory. For some
operating systems, this field might be empty.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-12 UTC."],[[["\u003cp\u003eThis webpage details the \u003ccode\u003eItem\u003c/code\u003e class within the \u003ccode\u003eVulnerabilityReport.Types.Vulnerability.Types\u003c/code\u003e namespace, which represents an OS inventory item affected by or fixed due to a vulnerability.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version documented is 2.4.0, and this page covers various versions from 1.3.0 to the current 2.4.0 of the Google Cloud OsConfig Vulnerability Report.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eItem\u003c/code\u003e class provides properties like \u003ccode\u003eAvailableInventoryItemId\u003c/code\u003e, \u003ccode\u003eFixedCpeUri\u003c/code\u003e, \u003ccode\u003eInstalledInventoryItemId\u003c/code\u003e, and \u003ccode\u003eUpstreamFix\u003c/code\u003e, which detail information about the inventory item, fix URI, and upstream fixes, respectively.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eItem\u003c/code\u003e class implements multiple interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, indicating its role in message handling and data manipulation.\u003c/p\u003e\n"],["\u003cp\u003eThere are two constructors available for creating \u003ccode\u003eItem\u003c/code\u003e objects: a default constructor and one that takes another \u003ccode\u003eItem\u003c/code\u003e object as a parameter for copying purposes.\u003c/p\u003e\n"]]],[],null,[]]