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 |
boolean | null |
|
ipConditionType optional |
Type of the IP condition. Allowed values are \"IPRange\" and \"IPSpecific\" |
string | null |
|
specificIP optional |
Specific IP when \"IPSpecific\" is used as the ipConditionType |
string | null |
|
startingIP optional |
Staring IP when \"IPRange\" is used as the ipConditionType |
string | null |
|
endingIP optional |
Ending IP when \"IPRange\" is used as the ipConditionType |
string | null |