AssetComplianceStatus Table

AssetComplianceStatus is a static table listing possible asset compliance states, such as compliant, new, changed, or ignored.

Table 1. Database columns for AssetComplianceStatus table

Database Column

Details

AssetComplianceStatusID

Type: integer. Key. Generated ID

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

  • 1 = New
  • 2 = Compliant
  • 3 = Changed
  • 4 = Ignore.
StatusResourceName

Type: text (max 256 characters). Key

The unique name of the localizable resource string representing an asset compliance status. Foreign key to the ComplianceResourceString table.

StatusDefaultValue

Type: text (max 100 characters)

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