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