ImportedSoftwareBundleInstallerEvidence Table

FlexNet Manager Suite 2020 R1 (On-Premises)

The ImportedSoftwareBundleInstallerEvidence table holds software bundle to installer evidence information retrieved from the source connections.

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

Database Column

Details

ComplianceConnectionID

Type: integer. Key. Nullable

The identifier for a data source connection in the ComplianceConnection table.

BundleName

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

Bundle name

BundlePublisher

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

Bundle’s publisher

EvidenceDisplayName

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

The version of the software as reported by the installer evidence.

EvidenceVersion

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

Identifier for the type of installer evidence.

EvidencePublisher

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

The publisher of the software as reported by the installer evidence.

Supplementary

Type: boolean

Whether this installer evidence on this bundle is supplementary (counted for consumption) or not.

MeasuredForCompliance

Type: boolean

Whether this installer evidence on this bundle is measured for compliance risks.

ProductRatio

Type: integer

If this installer evidence is supplementary on the bundle, the number of entitlements consumed related to the entitlements consumed for the parent product.

ParentProductRatio

Type: integer

If this installer evidence is supplementary on the bundle, the number of entitlements consumed related to the entitlements consumed for the supplementary product.

DowngradeEnabled

Type: boolean

If this field is True, this bundle can cover previous releases, or lower editions, of applications linked to this license. If this field is False (the default), there is no downgrade right conferred by this license.

DowngradeToVersion

Type: boolean

If this field is True, the bundle covers previous releases (with the same edition) of the primary application. If this field is False (the default), earlier versions of the primary application are not covered by downgrade rights.

DowngradeToVersionID

Type: integer. Nullable

If the previous field is True and the value of this field is NULL, downgrade rights cover all earlier releases (with the same edition) of the primary application. If not NULL, downgrade rights cover all versions of the primary application down to and including this version. Foreign key to the SoftwareTitleVersion table.

DowngradeToEdition

Type: boolean

If this field is True, the license covers lower editions (with the same version) of the primary application. If this field is False (the default), lower editions of the primary application are not covered by downgrade rights.

DowngradeToEditionID

Type: integer. Nullable

If the previous field is True and the value of this field is NULL, downgrade rights cover all lower editions (with the same version) of the primary application. If not NULL, downgrade rights cover all editions of the primary application down to and including this edition. Foreign key to the SoftwareTitleEdition table.

UpgradeEnabled

Type: boolean

If this field is True, the license can cover future releases (with the same edition) of the primary application. If this bit is False (the default), there is no upgrade right conferred by this license.

UpgradeToVersion

Type: boolean

If this field is True, the license covers later releases (with the same edition) of the primary application. If this field is False (the default), later versions of the primary application are not covered by upgrade rights.

UpgradeToVersionID

Type: integer. Nullable

If the previous field is True and the value of this field is NULL, upgrade rights cover all later version (with the same edition) of the primary application. If not NULL, upgrade rights cover all versions of the primary application up to and including this version. Foreign key to the SoftwareTitleEdition table.

UpgradeUntil

Type: boolean

If this bit is 1, the upgrade right covers future releases of applications that get linked to this license, provided that the release date of each version is before (or on) a specified date. If this bit is zero (the default), the upgrade right is not date limited.

UpgradeUntilDate

Type: datetime. Nullable

If this field is set, only applications released before this date are covered by upgrade rights.

FlexNet Manager Suite (On-Premises)

2020 R1