ApplicationOtherFileTypeData
ApplicationOtherFileTypeData
Information about different file types supported by Application that can be passed from agent to client via Connection Server.
JSON Example
{
"description": "Firefox URL",
"name": "https",
"type": "URL"
}
string
description
Optional
Friendly name for the file type. If unset, no friendly name will be displayed.
string
name
Required
The name for other file type data.
string
type
Required
Other file type currently supported.
- URL: URL scheme types supported by application.
- OTHER: Other scheme types supported by application.
Possible values are : URL, OTHER,