PolicySettingsLogScrubbing Class

To scrub sensitive log fields.

Constructor

PolicySettingsLogScrubbing(*args: Any, **kwargs: Any)

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.

Attributes

scrubbing_rules

The rules that are applied to the logs for scrubbing.

scrubbing_rules: list['_models.WebApplicationFirewallScrubbingRules'] | None

state

"Disabled" and "Enabled".

state: str | _models.WebApplicationFirewallScrubbingState | None