FirewallPolicy Class

FirewallPolicy Resource.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.network.v2020_05_01.models._models_py3.Resource
FirewallPolicy

Constructor

FirewallPolicy(*, id: typing.Union[str, NoneType] = None, location: typing.Union[str, NoneType] = None, tags: typing.Union[typing.Dict[str, str], NoneType] = None, base_policy: typing.Union[_ForwardRef('SubResource'), NoneType] = None, threat_intel_mode: typing.Union[str, _ForwardRef('AzureFirewallThreatIntelMode'), NoneType] = None, threat_intel_whitelist: typing.Union[_ForwardRef('FirewallPolicyThreatIntelWhitelist'), NoneType] = None, dns_settings: typing.Union[_ForwardRef('DnsSettings'), NoneType] = None, **kwargs)

Parameters

id
str

Resource ID.

location
str

Resource location.

tags
dict[str, str]

A set of tags. Resource tags.

base_policy
SubResource

The parent firewall policy from which rules are inherited.

threat_intel_mode
str or AzureFirewallThreatIntelMode

The operation mode for Threat Intelligence. Possible values include: "Alert", "Deny", "Off".

threat_intel_whitelist
FirewallPolicyThreatIntelWhitelist

ThreatIntel Whitelist for Firewall Policy.

dns_settings
DnsSettings

DNS Proxy Settings definition.

Variables

name
str

Resource name.

type
str

Resource type.

etag
str

A unique read-only string that changes whenever the resource is updated.

rule_collection_groups
list[SubResource]

List of references to FirewallPolicyRuleCollectionGroups.

provisioning_state
str or ProvisioningState

The provisioning state of the firewall policy resource. Possible values include: "Succeeded", "Updating", "Deleting", "Failed".

firewalls
list[SubResource]

List of references to Azure Firewalls that this Firewall Policy is associated with.

child_policies
list[SubResource]

List of references to Child Firewall Policies.