ExceptionEntry interface
添加异常,以便在满足条件时允许请求。
属性
| exception |
与异常关联的托管规则集。 |
| match |
计算异常条件的变量 |
| selector | 当 matchVariable 指向键值对(例如 RequestHeader)时,这将标识密钥。 |
| selector |
当 matchVariable 指向键值对(例如 RequestHeader)时,这将对选择器进行操作 |
| value |
对 matchVariable 的允许值进行操作 |
| values | matchVariable 的允许值 |
属性详细信息
exceptionManagedRuleSets
matchVariable
计算异常条件的变量
matchVariable: string
属性值
string
selector
当 matchVariable 指向键值对(例如 RequestHeader)时,这将标识密钥。
selector?: string
属性值
string
selectorMatchOperator
当 matchVariable 指向键值对(例如 RequestHeader)时,这将对选择器进行操作
selectorMatchOperator?: string
属性值
string
valueMatchOperator
对 matchVariable 的允许值进行操作
valueMatchOperator: string
属性值
string
values
matchVariable 的允许值
values?: string[]
属性值
string[]