HostsSoftwareInstalledComponentsInstalledComponentInfo
The InstalledComponents.InstalledComponentInfo structure contains fields that describe the installed component on the host.
Properties
string
display_name
Required
Display name of the component.
string
display_version
Required
Human readable version of the component.
string
version
Required
Version of the installed component
JSON Example
{
"display_name": "string",
"display_version": "string",
"version": "string"
}