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. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python