Inventory Object: InstallerEvidence
InstallerEvidence
objects are uploaded
to the ImportedInstallerEvidence
table in the
operations (inventory) database. Multiple imports will merge
updated data with existing records, and add new records as
applicable.
The ImportedInstallerEvidence
table holds all of the installer evidence which has been retrieved from the source connections.
Attributes are listed here in alphabetical order.
Property | Attributes | Notes |
---|---|---|
AccessModeID
|
Unsigned integer (int ). Default: 1. May be null. |
The access mode ID of the file evidence. |
DisplayName
|
Alpha-numeric text (maximum 256 characters). May be null. |
The display name of the software as reported by the installer evidence. |
Evidence
|
Alpha-numeric text (maximum 32 characters). May be null. |
Identifier for the type of installer evidence. |
ExternalInstallerID
|
Unsigned integer (bigint ). Mandatory. Database key. |
The identifier used in the source connection for the installer evidence. Note: Strictly, this attribute may be null, because it forms
part of a compound database key. However, null values may cause import
errors (where this object does not get imported), and multiple records
from the same connection having nulls may cause data loss through
over-writing. It is therefore best practice to treat this field as
mandatory.
|
ProductCode
|
Alpha-numeric text (maximum 55 characters). May be null. |
The product code of the evidence. This is usually the MSI product code. |
Publisher
|
Alpha-numeric text (maximum 200 characters). May be null. |
The publisher of the software as reported by the installer evidence. |
Version
|
Alpha-numeric text (maximum 72 characters). May be null. |
The version of the software as reported by the installer evidence. |
FlexNet Manager Suite (On-Premises)
2023 R2