Name | Description | Schema | Default | Example |
---|---|---|---|---|
type required |
Type of the thottling condition. Allowed values are HeaderCondition, IPCondition, JWTClaimsCondition, QueryParameterCondition |
string | null |
|
invertCondition optional |
Specifies whether inversion of the condition to be matched against the request. **Note:** When you add conditional groups for advanced throttling policies, this paramater should have the same value (`true` or `false`) for the same type of conditional group. |
boolean | null |
|
parameterName optional |
Name of the query parameter |
string | null |
|
parameterValue optional |
Value of the query parameter to be matched |
string | null |