ApplicationAction_CODE Table

ApplicationAction_CODE is an enumerated code table for application action status.

Table 1. Database columns for ApplicationAction_CODE table

Database Column

Details

ActionStatusID

Type: integer. Key

A unique identifier for application action status. 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).
ActionStatus_en

Type: text (max 1000 characters)

Action status of the application in English.

ActionStatus_de

Type: text (max 1000 characters)

Action status of the application in German.

ActionStatus_fr

Type: text (max 1000 characters)

Action status of the application in French.

ActionStatus_ja

Type: text (max 1000 characters)

Action status of the application in Japanese.

ActionStatus_es

Type: text (max 1000 characters). Nullable

Action status of the application in Spanish.