共用方式為


ExceptionEntry interface

新增例外狀況,以在滿足條件時允許要求。

屬性

exceptionManagedRuleSets

與例外狀況相關聯的 Managed 規則集。

matchVariable

我們評估例外狀況條件的變數

selector

當 matchVariable 指向索引鍵/值組時(例如 RequestHeader),這會識別索引鍵。

selectorMatchOperator

當 matchVariable 指向索引鍵/值組時(例如 RequestHeader),這會在選取器上運作

valueMatchOperator

操作 matchVariable 的允許值

values

matchVariable 的允許值

屬性詳細資料

exceptionManagedRuleSets

與例外狀況相關聯的 Managed 規則集。

exceptionManagedRuleSets?: ExclusionManagedRuleSet[]

屬性值

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[]