PolicySettingsLogScrubbing Class

To scrub sensitive log fields.

Inheritance
azure.mgmt.network._serialization.Model
PolicySettingsLogScrubbing

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.