PolicySettingsLogScrubbing Class
To scrub sensitive log fields.
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". Default value: None
|
|
scrubbing_rules
|
The rules that are applied to the logs for scrubbing. Default value: None
|
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. |