SoftwareLicenseComplianceStatus Table

SoftwareLicenseComplianceStatus is a static table listing valid compliance states for a license.

Table 1. Database columns for SoftwareLicenseComplianceStatus table

Database Column

Details

SoftwareLicense ComplianceStatusID

Type: integer. Key. Generated ID

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

  • 1 = Compliant
  • 2 = At Risk
  • 3 = Unknown
  • 4 = Not Tracked.
StatusResourceName

Type: text (max 256 characters). Key

The unique name of the localizable resource string representing a 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.