[{"label":"Latest (V1)","version":"latest"}]
horizon-cloud-nextgen

ProgramDto

Schema for Program. Program is the software component installed part of the capture session and which is detected by the App volumes capture agent as a seperate program based on variuos criteria predefined. Each program will have its own icon.Eg: “Microsoft Excel” can be a program isntalled as part of the application software version “Microsoft Office 2013 sp1”


Properties

icon Optional

Data Structure for Icon. Icon will have the icon image data in base64 encoded format which will be used to display the icon for an AppVersion or a Program


integer as int32
iconIndex Optional

icon index component of the program


string
installLocation Optional

installation location of the program


string
name Optional

name of the program


string
publisher Optional

publisher of the program


integer as int32
systemComponent Optional

system component of the program


string
version Optional

version location of the program

JSON Example

{
    "iconIndex": 1,
    "installLocation": "C:\\Program Files (x86)\\Google\\Chrome\\Application",
    "name": "Google Chrome",
    "publisher": "Google LLC",
    "systemComponent": 0,
    "version": "7.8.5"
}
[{"label":"Latest (V1)","version":"latest"}]
horizon-cloud-nextgen
Property Of

AppVersionDto
Returned By

Get Programs For App Version

Feedback

Was this page helpful?