FirewallPolicyThreatIntelWhitelist Class
ThreatIntel Whitelist for Firewall Policy.
- Inheritance
-
azure.mgmt.network._serialization.ModelFirewallPolicyThreatIntelWhitelist
Constructor
FirewallPolicyThreatIntelWhitelist(*, ip_addresses: List[str] | None = None, fqdns: List[str] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
ip_addresses
|
List of IP addresses for the ThreatIntel Whitelist. |
fqdns
|
List of FQDNs for the ThreatIntel Whitelist. |
Variables
Name | Description |
---|---|
ip_addresses
|
List of IP addresses for the ThreatIntel Whitelist. |
fqdns
|
List of FQDNs for the ThreatIntel Whitelist. |
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Python