CdnWebApplicationFirewallPolicyProperties interface
Defines CDN web application firewall policy properties.
Properties
| custom |
Describes custom rules inside the policy. |
| endpoint |
Describes Azure CDN endpoints associated with this Web Application Firewall policy. |
| extended |
Key-Value pair representing additional properties for Web Application Firewall policy. |
| managed |
Describes managed rules inside the policy. |
| policy |
Describes policySettings for policy |
| provisioning |
Provisioning state of the WebApplicationFirewallPolicy. |
| rate |
Describes rate limit rules inside the policy. |
| resource |
Resource status of the policy. |
Property Details
customRules
Describes custom rules inside the policy.
customRules?: CustomRuleList
Property Value
endpointLinks
Describes Azure CDN endpoints associated with this Web Application Firewall policy.
endpointLinks?: CdnEndpoint[]
Property Value
extendedProperties
Key-Value pair representing additional properties for Web Application Firewall policy.
extendedProperties?: Record<string, string>
Property Value
Record<string, string>
managedRules
Describes managed rules inside the policy.
managedRules?: ManagedRuleSetList
Property Value
policySettings
provisioningState
Provisioning state of the WebApplicationFirewallPolicy.
provisioningState?: string
Property Value
string
rateLimitRules
Describes rate limit rules inside the policy.
rateLimitRules?: RateLimitRuleList
Property Value
resourceState
Resource status of the policy.
resourceState?: string
Property Value
string