MalwarePreventionParameters

MalwarePreventionParameters
Malware Prevention Parameters

Parameters for Malware Prevention configuration.

JSON Example
{
    "cloud_file_sharing_params": {
        "file_metadata_sharing_mode": false,
        "file_sharing_mode": false,
        "file_type_categories": {
            "archive": false,
            "document": false,
            "executable": false,
            "java": false,
            "media": false,
            "script": false
        }
    },
    "data_retention_params": {
        "file_retention_duration": 0,
        "report_retention_duration": 0
    },
    "mps_features_supported": [
        "string"
    ]
}
cloud_file_sharing_params
Optional

Cloud data sharing parameters for Malware Prevention.

data_retention_params
Optional

Data retention parameters for Malware Prevention. These parameters control how long files and reports are retained. Used when analysis_mode is set to ON_PREM.

mps_features_supported
Read-Only  

Array of MPS features that are supported/enabled for this deployment. This field is read-only and managed by the server. Any value provided in a PUT request will be ignored.