FirewallPolicyThreatIntelWhitelistArgs

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

ThreatIntel Whitelist for Firewall Policy.

Constructors

Link copied to clipboard
constructor(fqdns: Output<List<String>>? = null, ipAddresses: Output<List<String>>? = null)

Properties

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

List of FQDNs for the ThreatIntel Whitelist.

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

List of IP addresses for the ThreatIntel Whitelist.

Functions

Link copied to clipboard
open override fun toJava(): FirewallPolicyThreatIntelWhitelistArgs