RightDefinition Table

RightDefinition defines additional access rights that supplement the built-in rights.

Table 1. Database columns for RightDefinition table

Database Column

Details

RightDefinitionID

Type: integer. Key. Generated ID

A unique identifier for a right definition.

ResourceName

Type: text (max 16 characters). Key

Resource (such as inventory, usage tracking, and so on) that access right relates to. Foreign key to the Resource table.

ActionClassName

Type: text (max 16 characters). Key

Action class (such as modify, read, and so on) of access right. Foreign key to the ActionClass table.

ParentFeature

Type: text (max 50 characters)

The product feature to which this access right applies.

Title

Type: text (max 1000 characters)

Default value for access right title.

TitleResourceString

Type: text (max 256 characters). Key. Nullable

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

MinAccessType

Type: text (max 50 characters). Nullable

Minimum access type that allows this right. Possible values include NoAccess, ReadOnlyAccess, NormalAccess, AdministratorAccess and CustomAccess.

DisplayIndex

Type: integer. Nullable

Order in which rights are displayed (smaller numbers are displayed first).

FlexNet Manager Suite

built-in rights have the value 100.