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. |
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python