New-AzFrontDoorWafLogScrubbingSettingObject

Create LogScrubbingSetting object for Waf policy object

Syntax

New-AzFrontDoorWafLogScrubbingSettingObject
   -ScrubbingRule <PSFrontDoorWafLogScrubbingRule[]>
   -State <String>
   [-DefaultProfile <IAzureContextContainer>]
   [<CommonParameters>]

Description

Create LogScrubbingSetting object for Waf policy object

Examples

Example 1

$LogScrubbingRule = New-AzFrontDoorWafLogScrubbingRuleObject -MatchVariable "RequestHeaderNames" -SelectorMatchOperator "EqualsAny" -State "Enabled"
New-AzFrontDoorWafLogScrubbingSettingObject -State Enabled -ScrubbingRule @($LogScrubbingRule)

Need to create a LogScrubbingRule object before using.

Parameters

-DefaultProfile

The credentials, account, tenant, and subscription used for communication with Azure.

Type:IAzureContextContainer
Aliases:AzContext, AzureRmContext, AzureCredential
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-ScrubbingRule

List of log scrubbing rules applied to the Web Application Firewall logs.

Type:PSFrontDoorWafLogScrubbingRule[]
Position:Named
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False

-State

State of the log scrubbing config. Default value is Enabled.

Type:String
Position:Named
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False

Inputs

None

Outputs

PSFrontDoorWafLogScrubbingSetting