WebApplicationFirewallPolicy interface
Defines web application firewall policy.
- Extends
Properties
| custom |
Describes custom rules inside the policy. |
| etag | Gets a unique read-only string that changes whenever the resource is updated. |
| frontend |
Describes Frontend Endpoints associated with this Web Application Firewall policy. |
| managed |
Describes managed rules inside the policy. |
| policy |
Describes settings for the policy. |
| provisioning |
Provisioning state of the policy. |
| resource |
Resource status of the policy. |
| routing |
Describes Routing Rules associated with this Web Application Firewall policy. |
| security |
Describes Security Policy associated with this Web Application Firewall policy. |
| sku | The pricing tier of web application firewall policy. Defaults to Classic_AzureFrontDoor if not specified. |
Inherited Properties
| id | Resource ID. |
| location | Resource location. |
| name | Resource name. |
| tags | Resource tags. |
| type | Resource type. |
Property Details
customRules
Describes custom rules inside the policy.
customRules?: CustomRuleList
Property Value
etag
Gets a unique read-only string that changes whenever the resource is updated.
etag?: string
Property Value
string
frontendEndpointLinks
Describes Frontend Endpoints associated with this Web Application Firewall policy.
frontendEndpointLinks?: FrontendEndpointLink[]
Property Value
managedRules
Describes managed rules inside the policy.
managedRules?: ManagedRuleSetList
Property Value
policySettings
provisioningState
Provisioning state of the policy.
provisioningState?: string
Property Value
string
resourceState
Resource status of the policy.
resourceState?: string
Property Value
string
routingRuleLinks
Describes Routing Rules associated with this Web Application Firewall policy.
routingRuleLinks?: RoutingRuleLink[]
Property Value
securityPolicyLinks
Describes Security Policy associated with this Web Application Firewall policy.
securityPolicyLinks?: SecurityPolicyLink[]
Property Value
sku
The pricing tier of web application firewall policy. Defaults to Classic_AzureFrontDoor if not specified.
sku?: Sku
Property Value
Inherited Property Details
id
location
name
tags
Resource tags.
tags?: Record<string, string>
Property Value
Record<string, string>
Inherited From Resource.tags