IPolicySettings.LogScrubbingSetting Property
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.
[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.Info(Create=true, Description="Defines rules that scrub sensitive fields in the Web Application Firewall logs.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IPolicySettingsLogScrubbing) }, Read=true, ReadOnly=false, Required=false, SerializedName="logScrubbing", Update=true)]
public Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IPolicySettingsLogScrubbing LogScrubbingSetting { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.Info(Create=true, Description="Defines rules that scrub sensitive fields in the Web Application Firewall logs.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IPolicySettingsLogScrubbing) }, Read=true, ReadOnly=false, Required=false, SerializedName="logScrubbing", Update=true)>]
member this.LogScrubbingSetting : Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IPolicySettingsLogScrubbing with get, set
Public Property LogScrubbingSetting As IPolicySettingsLogScrubbing
Property Value
- Attributes