Table of Contents

Class NetworkApplianceSecurityMalware

Namespace
Meraki.Api.Data
Assembly
Meraki.Api.dll

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

List<AllowedFile>

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

List<AllowedUrl>

Mode

Set mode to 'enabled' to enable malware prevention, otherwise 'disabled'

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "mode")]
public Mode Mode { get; set; }

Property Value

Mode