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 |
|
headerName optional |
Name of the header |
string | null |
|
headerValue optional |
Value of the header |
string | null |