AppVolumesApplicationInfo

AppVolumesApplicationInfo
AppVolumesApplicationInfo

Information about the application available in App volumes Manager.

JSON Example
{
    "avm_shortcut_id": "1",
    "executable_path": "C:\\ProgramData\\Microsoft\\Windows\\Start Menu\\Programs\\Firefox.lnk",
    "file_types": [
        {
            "description": "Firefox Document",
            "type": ".html"
        }
    ],
    "name": "Firefox",
    "other_file_types": [
        {
            "description": "Firefox URL",
            "name": "https",
            "type": "URL"
        }
    ],
    "publisher": "Mozilla Corporation",
    "version": "72.0.2"
}
string
avm_shortcut_id
Optional

Shortcut ID of AVM managed application.

string
executable_path
Optional

Path to application executable.

file_types
Optional

Set of file types reported by the application as supported. If unset, this application does not present any file type support.

string
name
Optional

Application name information, as sent by RDSServer/machine during application discovery.

other_file_types
Optional

This represents the different file types reported by Application that can be passed from horizon agent to horizon client via connection server. If unset, this application does not present any other file type support.

string
publisher
Optional

Application publisher

string
version
Optional

Application version.