你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
PolicySettingsLogScrubbing Class
To scrub sensitive log fields.
- Inheritance
-
azure.mgmt.network._serialization.ModelPolicySettingsLogScrubbing
Constructor
PolicySettingsLogScrubbing(*, state: str | _models.WebApplicationFirewallScrubbingState | None = None, scrubbing_rules: List[_models.WebApplicationFirewallScrubbingRules] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
state
|
State of the log scrubbing config. Default value is Enabled. Known values are: "Disabled" and "Enabled". |
scrubbing_rules
|
The rules that are applied to the logs for scrubbing. |
Variables
Name | Description |
---|---|
state
|
State of the log scrubbing config. Default value is Enabled. Known values are: "Disabled" and "Enabled". |
scrubbing_rules
|
The rules that are applied to the logs for scrubbing. |