FirewallPolicyThreatIntelligenceAllowlist

data class FirewallPolicyThreatIntelligenceAllowlist(val fqdns: List<String>? = null, val ipAddresses: List<String>? = null)

Constructors

constructor(fqdns: List<String>? = null, ipAddresses: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val fqdns: List<String>? = null

A list of FQDNs that will be skipped for threat detection.

Link copied to clipboard
val ipAddresses: List<String>? = null

A list of IP addresses or CIDR ranges that will be skipped for threat detection.