PolicySettingsOutput interface
定義 Web 應用程式防火牆全域設定的內容。
屬性
| file |
WAF 的檔案上傳大小上限為 Mb。 |
| max |
WAF 的要求本文大小上限,以 Kb 為單位。 |
| mode | 原則的模式。 |
| request |
是否允許 WAF 檢查要求本文。 |
| state | 原則的狀態。 |
屬性詳細資料
fileUploadLimitInMb
WAF 的檔案上傳大小上限為 Mb。
fileUploadLimitInMb?: number
屬性值
number
maxRequestBodySizeInKb
WAF 的要求本文大小上限,以 Kb 為單位。
maxRequestBodySizeInKb?: number
屬性值
number
mode
原則的模式。
mode?: "Detection" | "Prevention"
屬性值
"Detection" | "Prevention"
requestBodyCheck
是否允許 WAF 檢查要求本文。
requestBodyCheck?: boolean
屬性值
boolean
state
原則的狀態。
state?: "Enabled" | "Disabled"
屬性值
"Enabled" | "Disabled"