Deployment Web Application Firewall Status
data class DeploymentWebApplicationFirewallStatus(val attackSignaturesPackages: List<DeploymentWebApplicationFirewallStatusAttackSignaturesPackage>? = null, val botSignaturesPackages: List<DeploymentWebApplicationFirewallStatusBotSignaturesPackage>? = null, val componentVersions: List<DeploymentWebApplicationFirewallStatusComponentVersion>? = null, val threatCampaignsPackages: List<DeploymentWebApplicationFirewallStatusThreatCampaignsPackage>? = null)
Constructors
Link copied to clipboard
constructor(attackSignaturesPackages: List<DeploymentWebApplicationFirewallStatusAttackSignaturesPackage>? = null, botSignaturesPackages: List<DeploymentWebApplicationFirewallStatusBotSignaturesPackage>? = null, componentVersions: List<DeploymentWebApplicationFirewallStatusComponentVersion>? = null, threatCampaignsPackages: List<DeploymentWebApplicationFirewallStatusThreatCampaignsPackage>? = null)
Properties
Link copied to clipboard
val attackSignaturesPackages: List<DeploymentWebApplicationFirewallStatusAttackSignaturesPackage>? = null
Indicates the version of the attack signatures package used by NGINX App Protect.
Link copied to clipboard
Indicates the version of the bot signatures package used by NGINX App Protect.
Link copied to clipboard
Indicates the version of the WAF Engine and Nginx WAF Module used by NGINX App Protect.
Link copied to clipboard
val threatCampaignsPackages: List<DeploymentWebApplicationFirewallStatusThreatCampaignsPackage>? = null
Indicates the version of the threat campaigns package used by NGINX App Protect.