FirewallPolicyThreatIntelligenceAllowlistArgs

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

Constructors

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

Properties

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

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

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

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

Functions

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