LicenseAssignmentConsumptionReason Table

LicenseAssignmentConsumptionReason holds all the reasons why a license assignment for an installation of an application consumed the entitlements it did.

Table 1. Database columns for LicenseAssignmentConsumptionReason table

Database Column

Details

LAConsReasonID

Type: integer. Key. Generated ID

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

  • 1 = License entitlement or points consumed as expected
  • 2 = Covered by right of second use
  • 3 = Allocation of a license entitlement to this device triggers automatic consumption
  • 4 = Access to the application is counted as consumption for this license type
ResourceName

Type: text (max 256 characters). Key

The unique name of the localizable resource string representing a license assignment consumption reason. Foreign key to the ComplianceResourceString table.

DefaultValue

Type: text (max 100 characters)

The text to display if the license assignment consumption reason resource string has no translation.