SoftwareTitleAccessEvidence Table

SoftwareTitleAccessEvidence links software (application) titles to access evidence.

Note: To cater for multi-tenant mode, this table may contain data for multiple tenants. Access requires that the database TenantID has been set in the SQL Server connection context information. That setting filters an underlying table to produce this view of data for the single, selected tenant.
Table 1. Database columns for SoftwareTitleAccessEvidence table

Database Column

Details

SoftwareTitleID

Type: integer. Key

The software title to which the access evidence is related. Foreign key to the SoftwareTitle table.

AccessEvidenceID

Type: integer. Key

The access evidence related to the software title. Foreign key to the AccessEvidence table.

IsLocal

Type: boolean

If this field is False, the link has come from the ARL. If it is True, then the link has been created by an operator.

IsShared

Type: boolean