SoftwareLicenseGroupBreachStatus Table

SoftwareLicenseGroupBreachStatus stores the collection of possible outcomes of group at risk testing.

Table 1. Database columns for SoftwareLicenseGroupBreachStatus table

Database Column

Details

SoftwareLicenseGroup BreachStatusID

Type: integer. Key. Generated ID

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

  • 0 = Ignored
  • 1 = Group Not At Risk
  • 2 = Group At Risk.
ResourceName

Type: text (max 256 characters). Key

The unique name of the localizable resource string representing a group at risk status. Foreign key to the ComplianceResourceString table.

DefaultValue

Type: text (max 256 characters)

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