SoftwareTitleAction Table

SoftwareTitleAction is a static table listing action outcomes for the application in the enterprise.

Table 1. Database columns for SoftwareTitleAction table

Database Column

Details

SoftwareTitleActionID

Type: integer. Key. Generated ID

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

  • 1 = Unmanaged (recently created application, not yet categorized)
  • 2 = Authorized (application is authorized for use in the enterprise)
  • 3 = Unauthorized (application is not authorized for use)
  • 4 = Ignored (application will not be tracked by the enterprise)
  • 5 = Inactive (application is not in use in the enterprise).
  • 6 = Deferred (application installed in enterprise but marked for later attention).
ActionResourceName

Type: text (max 256 characters). Key

The unique name of the localizable resource string representing an action outcome. Foreign key to the ComplianceResourceString table.

ActionDefaultValue

Type: text (max 100 characters)

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