ComplianceOperator Table

ComplianceOperator stores the list of people (operators) authorized to use FlexNet Manager Suite. Operators need not be end-users of the enterprise.

Table 1. Database columns for ComplianceOperator table

Database Column

Details

ComplianceOperatorID

Type: integer. Key. Generated ID

A unique identifier for the operator.

OperatorLogin

Type: text (max 256 characters). Key

The login (account name) of the operator. Usually of the form [domain\account].

OperatorName

Type: text (max 512 characters). Nullable

The name of the operator.

IsEnabled

Type: boolean

When False, this operator may not use FlexNet Manager Suite, even if he or she is assigned to roles granting them access.

Email

Type: text (max 200 characters). Nullable

The operator’s email address.

JobTitle

Type: text (max 128 characters). Nullable

The job title of the end-user.

ComplianceUserID

Type: integer. Key. Nullable

An optional link to an end-user in the system. Foreign key to the ComplianceUser table.

CreationUser

Type: text (max 128 characters). Nullable

The operator who created the record.

CreationDate

Type: datetime

The date the record was created.

UpdatedUser

Type: text (max 128 characters). Nullable

The operator who last updated the record.

UpdatedDate

Type: datetime. Nullable

The date the record was last updated.

BusinessReportingToken

Type: text (max 256 characters). Nullable

A token that is issued to an operator to allow them to authenticate with the business reporting framework.

TenantID

Type: small integer. Nullable

The default tenant that this operator works on. Note that there is no tenant-filtered view on this table.

GlobalOperator

Type: boolean

Allows an operator to access all tenants.

Interactive

Type: boolean

Non-interactive accounts are service accounts.

LastLogin

Type: datetime. Nullable

Last login datetime.

LastLogout

Type: datetime. Nullable

Last logout datetime.

IAMUserID

Type: big integer. Nullable

The userid in Flexera IAM.