FirewallPolicyPropertiesFormat Class

Firewall Policy definition.

Constructor

FirewallPolicyPropertiesFormat(*args: Any, **kwargs: Any)

Variables

Name Description
size
str

A read-only string that represents the size of the FirewallPolicyPropertiesFormat in MB. (ex 0.5MB).

rule_collection_groups

List of references to FirewallPolicyRuleCollectionGroups.

provisioning_state

The provisioning state of the firewall policy resource. Known values are: "Failed", "Succeeded", "Canceled", "Creating", "Updating", and "Deleting".

base_policy

The parent firewall policy from which rules are inherited.

firewalls

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

child_policies

List of references to Child Firewall Policies.

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.

transport_security

TLS Configuration definition.

sku

The Firewall Policy SKU.

Attributes

base_policy

The parent firewall policy from which rules are inherited.

base_policy: _models.SubResource | None

child_policies

List of references to Child Firewall Policies.

child_policies: list['_models.SubResource'] | None

dns_settings

DNS Proxy Settings definition.

dns_settings: _models.DnsSettings | None

explicit_proxy

Explicit Proxy Settings definition.

explicit_proxy: _models.ExplicitProxy | None

firewalls

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

firewalls: list['_models.SubResource'] | None

insights

Insights on Firewall Policy.

insights: _models.FirewallPolicyInsights | None

intrusion_detection

The configuration for Intrusion detection.

intrusion_detection: _models.FirewallPolicyIntrusionDetection | None

provisioning_state

"Failed", "Succeeded", "Canceled", "Creating", "Updating", and "Deleting".

provisioning_state: str | _models.ProvisioningState | None

rule_collection_groups

List of references to FirewallPolicyRuleCollectionGroups.

rule_collection_groups: list['_models.SubResource'] | None

size

A read-only string that represents the size of the FirewallPolicyPropertiesFormat in MB. (ex 0.5MB).

size: str | None

sku

The Firewall Policy SKU.

sku: _models.FirewallPolicySku | None

snat

The private IP addresses/IP ranges to which traffic will not be SNAT.

snat: _models.FirewallPolicySNAT | None

sql

SQL Settings definition.

sql: _models.FirewallPolicySQL | None

threat_intel_mode

"Alert", "Deny", and "Off".

threat_intel_mode: str | _models.AzureFirewallThreatIntelMode | None

threat_intel_whitelist

ThreatIntel Whitelist for Firewall Policy.

threat_intel_whitelist: _models.FirewallPolicyThreatIntelWhitelist | None

transport_security

TLS Configuration definition.

transport_security: _models.FirewallPolicyTransportSecurity | None