ComplianceComputerInventorySourceType Table

ComplianceComputerInventorySourceType is a static table used to define possible computer inventory source values (that is, whether the computer was created manually or reported by the compliance importer).

Table 1. Database columns for ComplianceComputerInventorySourceType table

Database Column

Details

ComplianceComputer InventorySourceTypeID

Type: integer. Key. Generated ID

A unique identifier for each ComplianceComputerInventorySourceType. Possible values and the corresponding default strings are:

  • 1 = Automatic (computer was recently updated during an inventory import)
  • 2 = VM Host (a dummy or “light” computer created using the host inventory of a virtual machine)
  • 3 = Manual (computer was created manually by an operator, using FlexNet Manager Suite, and has never been updated by the compliance importer).
ResourceName

Type: text (max 256 characters). Key

The unique name of the localizable resource string representing a computer inventory source. Foreign key to the ComplianceResourceString table.

DefaultValue

Type: text (max 100 characters)

The text to display if the inventory resource string has no translation.