Class NetworkApplianceSecurityMalware
Network Appliance Security Malware
[DataContract]
public class NetworkApplianceSecurityMalware
- Inheritance
-
NetworkApplianceSecurityMalware
- Inherited Members
Properties
AllowedFiles
The sha256 digests of files that should be permitted by the malware detection engine. If omitted, the current config will remain unchanged. This is available only if your network supports AMP allowed URLs
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "allowedFiles")]
public List<AllowedFile> AllowedFiles { get; set; }
Property Value
AllowedUrls
The urls that should be permitted by the malware detection engine. If omitted, the current config will remain unchanged. This is available only if your network supports AMP allowed URLs
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "allowedUrls")]
public List<AllowedUrl> AllowedUrls { get; set; }
Property Value
Mode
Set mode to 'enabled' to enable malware prevention, otherwise 'disabled'
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "mode")]
public Mode Mode { get; set; }