SoftwareLicenseTierType Table

SoftwareLicenseTierType is a static table listing the tier types that a software license can have. Used for Tiered Device license type.

Table 1. Database columns for SoftwareLicenseTierType table

Database Column

Details

SoftwareLicenseTierTypeID

Type: integer. Key. Generated ID

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

  • 1 = Generic
  • 2 = Per Processor
  • 3 = Symantec Server
  • 4 = Symantec Processor Type
  • 5 = Symantec Installed Operating System.
TierTypeResourceName

Type: text (max 256 characters). Key. Nullable

The unique name of the localizable resource string representing a tier type. Foreign key to the ComplianceResourceString table.

TierTypeDefaultValue

Type: text (max 256 characters)

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

TierCodeValidationRegEx

Type: text (max 256 characters). Nullable

The regular expression used to validate the tier code.

TierCodeValidationMsg ResourceName

Type: text (max 256 characters). Nullable

The unique name of the localizable resource string representing the message shown when tier code validation fails. Foreign key to the ComplianceResourceString table.

TierCodeValidationMsg DefaultValue

Type: text (max 256 characters). Nullable

The text to display if the resource string (for the message shown when tier code validation fails) has no translation.