ComplianceOperatorTenant Table

ComplianceOperatorTenant stores the list of people (operators) authorized to access a tenant.

Table 1. Database columns for ComplianceOperatorTenant table

Database Column

Details

ComplianceOperatorID

Type: integer. Key

The operatorID that the permission will be granted for.

TenantId

Type: integer. Key

The tenantID that the operator will be granted access for.

CreationUser

Type: text (max 128 characters). Nullable

The operator who created the record.

CreationDate

Type: datetime

The date the record was created.

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.