VulnerabilityReportVulnerabilityItem class

OS inventory item that is affected by a vulnerability or fixed as a result of a vulnerability.

Constructors

VulnerabilityReportVulnerabilityItem({String? availableInventoryItemId, String? fixedCpeUri, String? installedInventoryItemId, String? upstreamFix})
VulnerabilityReportVulnerabilityItem.fromJson(Map _json)

Properties

availableInventoryItemId String?
Corresponds to the AVAILABLE_PACKAGE inventory item on the VM.
getter/setter pair
fixedCpeUri String?
The recommended CPE URI update that contains a fix for this vulnerability.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
installedInventoryItemId String?
Corresponds to the INSTALLED_PACKAGE inventory item on the VM.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
upstreamFix String?
The upstream OS patch, packages or KB that fixes the vulnerability.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited