VulnerabilityReportVulnerability class

A vulnerability affecting the VM instance.

Constructors

VulnerabilityReportVulnerability({List<String>? availableInventoryItemIds, String? createTime, VulnerabilityReportVulnerabilityDetails? details, List<String>? installedInventoryItemIds, String? updateTime})
VulnerabilityReportVulnerability.fromJson(Map _json)

Properties

availableInventoryItemIds List<String>?
Corresponds to the AVAILABLE_PACKAGE inventory item on the VM.
getter/setter pair
createTime String?
The timestamp for when the vulnerability was first detected.
getter/setter pair
details VulnerabilityReportVulnerabilityDetails?
Contains metadata as per the upstream feed of the operating system and NVD.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
installedInventoryItemIds List<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
updateTime String?
The timestamp for when the vulnerability was last modified.
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