Walter.Web.FireWall
ReportTypes Enumeration
Walter.Web.FireWall Assembly > Walter.Web.FireWall.Reporting Namespace : ReportTypes Enumeration
The enumerable ReportTypes allows you to select the report data that will be rendered in the firewall reporting interface
Syntax
public enum ReportTypes : System.Enum 
Members
MemberDescription
Activity The activity recorded by the firewall
ALL Return all data, even security relevant data
Critical used in combination with other flags indication critical updates/ activity/ information/ incidents
CSPV a violation of type Content Security Policy Violation (browser)
CsvpIncidents Content Security Policy Violation incident
DataSubscription There are data subscription updates, make sure you protect this output as it can be used to penetrate the firewall
DEFAULT The default reporting output does not contain any missing Security related Update as it would inform on available vulnerabilities
Details Use this flag to show details data not just overview in text based reports
EndPoints The end points managed by the firewall
FileChanges The suspicious file changes
FireWall A violation of type firewall
FireWallIncidents Firewall incident
Incidents The incidents recorded by the firewall
KPI KPI of Firewall
Minification Minification report showing the amount of data the firewall was able to save from being send to the consumers
None none value specified, no report generated
RequestsPerMinute The requests per minute
SecurityUpdate There is security update that is pending and is not implemented, make sure you protect this output as it can be used to penetrate the firewall
Talking The get the network communication between the server and outside parties outside of this web application
Todo The to-do items for the firewall
Updates Pending updates in license or licensed binaries
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Walter.Web.FireWall.Reporting.ReportTypes

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Walter.Web.FireWall.Reporting Namespace