FirewallPolicyDraft Class
FirewallPolicy Resource.
Variables are only populated by the server, and will be ignored when sending a request.
Constructor
FirewallPolicyDraft(*, id: str | None = None, ___location: str | None = None, tags: Dict[str, str] | None = None, base_policy: _models.SubResource | None = None, threat_intel_mode: str | _models.AzureFirewallThreatIntelMode | None = None, threat_intel_whitelist: _models.FirewallPolicyThreatIntelWhitelist | None = None, insights: _models.FirewallPolicyInsights | None = None, snat: _models.FirewallPolicySNAT | None = None, sql: _models.FirewallPolicySQL | None = None, dns_settings: _models.DnsSettings | None = None, explicit_proxy: _models.ExplicitProxy | None = None, intrusion_detection: _models.FirewallPolicyIntrusionDetection | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
id
|
Resource ID. Default value: None
|
___location
|
Resource ___location. Default value: None
|
tags
|
Resource tags. Default value: None
|
base_policy
|
The parent firewall policy from which rules are inherited. Default value: None
|
threat_intel_mode
|
The operation mode for Threat Intelligence. Known values are: "Alert", "Deny", and "Off". Default value: None
|
threat_intel_whitelist
|
ThreatIntel Whitelist for Firewall Policy. Default value: None
|
insights
|
Insights on Firewall Policy. Default value: None
|
snat
|
The private IP addresses/IP ranges to which traffic will not be SNAT. Default value: None
|
sql
|
SQL Settings definition. Default value: None
|
dns_settings
|
DNS Proxy Settings definition. Default value: None
|
explicit_proxy
|
Explicit Proxy Settings definition. Default value: None
|
intrusion_detection
|
The configuration for Intrusion detection. Default value: None
|
Variables
Name | Description |
---|---|
id
|
Resource ID. |
name
|
Resource name. |
type
|
Resource type. |
___location
|
Resource ___location. |
tags
|
Resource tags. |
base_policy
|
The parent firewall policy from which rules are inherited. |
threat_intel_mode
|
The operation mode for Threat Intelligence. Known values are: "Alert", "Deny", and "Off". |
threat_intel_whitelist
|
ThreatIntel Whitelist for Firewall Policy. |
insights
|
Insights on Firewall Policy. |
snat
|
The private IP addresses/IP ranges to which traffic will not be SNAT. |
sql
|
SQL Settings definition. |
dns_settings
|
DNS Proxy Settings definition. |
explicit_proxy
|
Explicit Proxy Settings definition. |
intrusion_detection
|
The configuration for Intrusion detection. |