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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.PolicySettingsLogScrubbingTypeConverter))]
public class PolicySettingsLogScrubbing : Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IPolicySettingsLogScrubbing
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.PolicySettingsLogScrubbingTypeConverter))>]
type PolicySettingsLogScrubbing = class
interface IPolicySettingsLogScrubbing
interface IJsonSerializable
Public Class PolicySettingsLogScrubbing
Implements IPolicySettingsLogScrubbing
- Inheritance
-
PolicySettingsLogScrubbing
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| PolicySettingsLogScrubbing() |
Creates an new PolicySettingsLogScrubbing instance. |
Properties
| Name | Description |
|---|---|
| ScrubbingRule |
List of log scrubbing rules applied to the Web Application Firewall logs. |
| State |
State of the log scrubbing config. Default value is Enabled. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of PolicySettingsLogScrubbing. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of PolicySettingsLogScrubbing. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IPolicySettingsLogScrubbing. |
| FromJsonString(String) |
Creates a new instance of PolicySettingsLogScrubbing, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of PolicySettingsLogScrubbing into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |