getContentInspectionEngineConfiguration

getContentInspectionEngineConfiguration
getContentInspectionEngineConfiguration
JSON Example
{
    "hash": {
        "desc": "Multi-Engine Hash Check for Virus",
        "name": "File Hash Check",
        "transferTypes": [
            "downloads",
            "uploads"
        ],
        "enabled": false,
        "onError": "block",
        "documentActionOnUnknown": "allow",
        "fileActionOnUnknown": "allow"
    },
    "avScan": {
        "desc": "Anti-Virus Scan",
        "name": "Full File Scan",
        "transferTypes": [
            "downloads",
            "uploads"
        ],
        "enabled": true,
        "onError": "allow",
        "passwordPrompt": true,
        "onEncSubfile": "block"
    },
    "sandbox": {
        "desc": "Cloud-Based SandBox Inspection",
        "name": "SandBox Inspection",
        "enabled": true,
        "onError": "allow",
        "transferTypes": [
            "downloads",
            "uploads"
        ],
        "keepScreenshots": false
    }
}
object
hash
Required

hash

object
avScan
Required

avScan

object
sandbox
Required

sandbox