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. |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python