PolicySettingsLogScrubbing Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines rules that scrub sensitive fields in the Web Application Firewall logs.
public class PolicySettingsLogScrubbing
type PolicySettingsLogScrubbing = class
Public Class PolicySettingsLogScrubbing
- Inheritance
-
PolicySettingsLogScrubbing
Constructors
PolicySettingsLogScrubbing() |
Initializes a new instance of the PolicySettingsLogScrubbing class. |
PolicySettingsLogScrubbing(String, IList<WebApplicationFirewallScrubbingRules>) |
Initializes a new instance of the PolicySettingsLogScrubbing class. |
Properties
ScrubbingRules |
Gets or sets list of log scrubbing rules applied to the Web Application Firewall logs. |
State |
Gets or sets state of the log scrubbing config. Default value is Enabled. Possible values include: 'Enabled', 'Disabled' |
Extension Methods
ToPSFrontDoorWafLogScrubbingSetting(PolicySettingsLogScrubbing) |