FirewallPolicyPropertiesFormat interface
Firewall Policy definition.
Properties
| afc |
Indicates that the Firewall Policy is managed by AFC (Azure Firewall for Containers). When set, the policy is treated as read-only for callers that do not supply the AFC-managed sync marker on write operations. |
| base |
The parent firewall policy from which rules are inherited. |
| child |
List of references to Child Firewall Policies. |
| dns |
DNS Proxy Settings definition. |
| explicit |
Explicit Proxy Settings definition. |
| firewalls | List of references to Azure Firewalls that this Firewall Policy is associated with. |
| insights | Insights on Firewall Policy. |
| intrusion |
The configuration for Intrusion detection. |
| kube |
List of references to FirewallPolicyKubeSelectorGroups. |
| provisioning |
The provisioning state of the firewall policy resource. |
| rule |
List of references to FirewallPolicyRuleCollectionGroups. |
| size | A read-only string that represents the size of the FirewallPolicyPropertiesFormat in MB. (ex 0.5MB) |
| sku | The Firewall Policy SKU. |
| snat | The private IP addresses/IP ranges to which traffic will not be SNAT. |
| sql | SQL Settings definition. |
| threat |
The operation mode for Threat Intelligence. |
| threat |
ThreatIntel Whitelist for Firewall Policy. |
| transport |
TLS Configuration definition. |
Property Details
afcManaged
Indicates that the Firewall Policy is managed by AFC (Azure Firewall for Containers). When set, the policy is treated as read-only for callers that do not supply the AFC-managed sync marker on write operations.
afcManaged?: boolean
Property Value
boolean
basePolicy
The parent firewall policy from which rules are inherited.
basePolicy?: SubResource
Property Value
childPolicies
List of references to Child Firewall Policies.
childPolicies?: SubResource[]
Property Value
dnsSettings
explicitProxy
firewalls
List of references to Azure Firewalls that this Firewall Policy is associated with.
firewalls?: SubResource[]
Property Value
insights
Insights on Firewall Policy.
insights?: FirewallPolicyInsights
Property Value
intrusionDetection
The configuration for Intrusion detection.
intrusionDetection?: FirewallPolicyIntrusionDetection
Property Value
kubeSelectorGroups
List of references to FirewallPolicyKubeSelectorGroups.
kubeSelectorGroups?: SubResource[]
Property Value
provisioningState
The provisioning state of the firewall policy resource.
provisioningState?: string
Property Value
string
ruleCollectionGroups
List of references to FirewallPolicyRuleCollectionGroups.
ruleCollectionGroups?: SubResource[]
Property Value
size
A read-only string that represents the size of the FirewallPolicyPropertiesFormat in MB. (ex 0.5MB)
size?: string
Property Value
string
sku
snat
The private IP addresses/IP ranges to which traffic will not be SNAT.
snat?: FirewallPolicySnat
Property Value
sql
threatIntelMode
The operation mode for Threat Intelligence.
threatIntelMode?: string
Property Value
string
threatIntelWhitelist
ThreatIntel Whitelist for Firewall Policy.
threatIntelWhitelist?: FirewallPolicyThreatIntelWhitelist
Property Value
transportSecurity
TLS Configuration definition.
transportSecurity?: FirewallPolicyTransportSecurity