ComplianceComputerType Table

FlexNet Manager Suite 2020 R1 (On-Premises)

ComplianceComputerType is a static table listing all types of computers that can be created.

Table 1. Database columns for ComplianceComputerType table

Database Column

Details

ComplianceComputerTypeID

Type: integer. Key. Generated ID

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

  • 1 = Computer
  • 2 = VM Host
  • 3 = Virtual Machine
  • 4 = Remote Device.
  • 5 = Mobile Device.
  • 6 = VDI Template.
  • 7 = Container Image.
ResourceName

Type: text (max 256 characters). Key

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

DefaultValue

Type: text (max 100 characters)

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

XMLFile

Type: text. Nullable

The layout of the property dialog for this type of computer, stored in XML format.

CanCreate

Type: boolean. Key

Whether the end-user can manually create computers of this type.

CanEdit

Type: boolean. Key

Whether the end-user can manually edit computers of this type.

FlexNet Manager Suite (On-Premises)

2020 R1