ApplicationSupportedFileTypesData

ApplicationSupportedFileTypesData
ApplicationSupportedFileTypesData

Information about the file types supported by the application.

JSON Example
{
    "enable_auto_update_file_types": true,
    "enable_auto_update_other_file_types": true,
    "file_types": [
        {
            "description": "Firefox Document",
            "type": ".html"
        }
    ],
    "other_file_types": [
        {
            "description": "Firefox URL",
            "name": "https",
            "type": "URL"
        }
    ]
}
boolean
enable_auto_update_file_types
Optional

Whether or not the file types supported by this application should be allowed to automatically update to reflect changes reported by the agent. Typically this should be set to false if the application has manually configured supported file types. Default is true.

boolean
enable_auto_update_other_file_types
Optional

Whether or not the other file types supported by this application should be allowed to automatically update to reflect changes reported by the agent. Typically this should be set to false if the application has manually configured supported file types. Default is true.

file_types
Optional

Set of file types reported by the application as supported (if this application is discovered) or as specified by the administrator (if this application is manually configured). If unset, this application does not present any file type support.

other_file_types
Optional

This represents the different file types reported by Application that can be passed from agent to client via broker or as specified by the administrator (if this application is manually configured). If unset, this application does not present any other file type support.