SoftwareLicenseAllocationUserType Table

SoftwareLicenseAllocationUserType is a static table storing a collection of user type values for a license allocation.

Table 1. Database columns for SoftwareLicenseAllocationUserType table

Database Column

Details

SoftwareLicense AllocationUserTypeID

Type: integer. Key. Generated ID

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

  • 1 = Normal
  • 2 = Infrequent
  • 3 = External.
UserTypeResourceName

Type: text (max 256 characters). Key

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

UserTypeDefaultValue

Type: text (max 50 characters)

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