installedInventoryItemIds property

  1. @Deprecated('Not supported. Member documentation may have more information.')
List<String>? installedInventoryItemIds
getter/setter pair

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 distros, this field may be empty.

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
core.List<core.String>? installedInventoryItemIds;