Firewall Policy Threat Intelligence Allowlist Args
data class FirewallPolicyThreatIntelligenceAllowlistArgs(val fqdns: Output<List<String>>? = null, val ipAddresses: Output<List<String>>? = null) : ConvertibleToJava<FirewallPolicyThreatIntelligenceAllowlistArgs>
Constructors
Link copied to clipboard
fun FirewallPolicyThreatIntelligenceAllowlistArgs(fqdns: Output<List<String>>? = null, ipAddresses: Output<List<String>>? = null)