EvidenceExistenceRule Table

EvidenceExistenceRule is a static table listing the rules to be applied to file evidence and its relationship to a software (application) title.

Table 1. Database columns for EvidenceExistenceRule table

Database Column

Details

EvidenceExistenceRuleID

Type: integer. Key. Generated ID

Unique identifier for each EvidenceExistenceRule. Possible values and the corresponding default strings are:

  • 1 = Required (the file evidence must be present for the title to be considered installed)
  • 2 = Not for recognition (not used for recognizing application installations - the presence of this file evidence does not guarantee installation of the title)
  • 3 = Not allowed (if the file evidence is present, the title is not installed).
  • 4 = At least one (the presence of any of the file evidence identified this way is enough for the title to be considered installed).
RuleResourceString

Type: text (max 50 characters). Key

The unique name of the localizable resource string representing an evidence rule. Foreign key to the ComplianceResourceString table.

RuleDefaultString

Type: text (max 100 characters)

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