IPCondition

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

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