InstalledSoftwareVersion
object
Represents a specific release or build of a software product found on an asset.
Fields
id
ID!
non-null
The unique identifier for this version.
version
String!
non-null
The version string as reported by the system (e.g., '1.2.3-build45' or '120.0.5511.99').
software
InstalledSoftware
The parent software product associated with this version.