SoftwareSignatureInstallationHistory¶
Reserved for future use.
Fields¶
| Field | Type | Description |
|---|---|---|
| Created | datetime | Date/Time this entity got created in the database |
| ExtraData | string | Extra data associated with the installation history |
| ID | numeric | Internal ID for the SoftwareSignatureInstallationHistory entity (Primary Key) |
| Installed | datetime | Date/Time this entity was installed |
| InstalledDetectionReason | string | Reason for detecting the installation |
| IsInstalled | boolean | Indicates if the software is installed |
| LastModification | datetime | Date/Time this entity was last modified |
| LastProcessed | datetime | Date/Time this entity was last processed |
| LastScan | datetime | Date/Time this entity was last scanned |
| MachineGuid | guid | Unique identifier for the machine |
| MachineName | string | Name of the machine |
| NewestDynamicSignature | datetime | Date/Time of the newest dynamic signature |
| NewestStaticSignature | datetime | Date/Time of the newest static signature |
| Res1 | string | Reserved for future use |
| Res2 | string | Reserved for future use |
| SoftwarePackageGuid | guid | Unique identifier for the software package |
| SoftwareSignatureGuid | guid | Unique identifier for the software signature |
| SoftwareSignatureSignature | string | Signature of the software |
| Uninstalled | datetime | Date/Time this entity was uninstalled |
| UninstalledDetectionReason | string | Reason for detecting the uninstallation |