Description | : Lists all of the protection policies within a resource group. |
Reference | : Link ¶ |
⚼ Request
GET:
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/frontDoorWebApplicationFirewallPolicies
{
resourceGroupName:
string
,
subscriptionId:
string
,
api-version:
string
,
}
⚐ Response (200)
{
value:
[
]
,
{
,
properties:
{
,
policySettings:
{
,
enabledState:
enum
,
mode:
enum
,
redirectUrl:
string
,
customBlockResponseStatusCode:
integer
,
customBlockResponseBody:
string
,
requestBodyCheck:
enum
,
javascriptChallengeExpirationInMinutes:
integer
,
captchaExpirationInMinutes:
integer
,
logScrubbing:
}
{
,
state:
enum
,
scrubbingRules:
}
[
]
,
{
,
matchVariable:
enum
,
selectorMatchOperator:
enum
,
selector:
string
,
state:
enum
,
}
customRules:
{
,
rules:
}
[
]
,
{
,
name:
string
,
priority:
integer
,
enabledState:
enum
,
ruleType:
enum
,
rateLimitDurationInMinutes:
integer
,
rateLimitThreshold:
integer
,
groupBy:
[
]
,
{
,
variableName:
enum
,
}
matchConditions:
[
]
,
{
,
matchVariable:
enum
,
selector:
string
,
operator:
enum
,
negateCondition:
boolean
,
matchValue:
[
,
string
,
]
transforms:
}
[
,
string
,
]
action:
enum
,
}
managedRules:
{
,
managedRuleSets:
}
[
]
,
{
,
ruleSetType:
string
,
ruleSetVersion:
string
,
ruleSetAction:
enum
,
exclusions:
[
]
,
{
,
matchVariable:
enum
,
selectorMatchOperator:
enum
,
selector:
string
,
}
ruleGroupOverrides:
}
[
]
,
{
,
ruleGroupName:
string
,
exclusions:
[
]
,
{
,
matchVariable:
enum
,
selectorMatchOperator:
enum
,
selector:
string
,
}
rules:
}
[
]
,
{
,
ruleId:
string
,
enabledState:
enum
,
action:
enum
,
exclusions:
}
[
]
,
{
,
matchVariable:
enum
,
selectorMatchOperator:
enum
,
selector:
string
,
}
frontendEndpointLinks:
[
]
,
{
,
id:
string
,
}
routingRuleLinks:
[
]
,
{
,
id:
string
,
}
securityPolicyLinks:
[
]
,
{
,
id:
string
,
}
provisioningState:
string
,
resourceState:
enum
,
}
etag:
string
,
sku:
}
{
,
name:
enum
,
}
nextLink:
string
,
}
⚐ Response (default)
{
code:
string
,
message:
string
,
}