FirewallPolicyThreatIntelWhitelistResponse

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

ThreatIntel Whitelist for Firewall Policy.

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

List of FQDNs for the ThreatIntel Whitelist.

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

List of IP addresses for the ThreatIntel Whitelist.