SoftwareLicenseExemptionRole Table

SoftwareLicenseExemptionRole table holds information on role exemption rule for licenses. Contains many to many relationship between licenses and device roles.

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 SoftwareLicenseExemptionRole table

Database Column

Details

SoftwareLicense ExemptionRoleID

Type: integer. Key. Generated ID

A unique identifier for the license exemption role record.

SoftwareLicenseID

Type: integer. Key

The license that has role exemption rule. Foreign key to the SoftwareLicense table.

ExemptionRoleID

Type: integer. Key

The device role that is exempted from license consumption. Foreign key to the ComplianceComputerRole table.

ExemptionLimit

Type: integer. Nullable

The number of devices that can be exempted, having an exempted role.