Update PodeLimitAccessRule - mdaneri/Pode GitHub Wiki
Updates an access rule.
Update-PodeLimitAccessRule [-Name] <String> [[-Action] <String>] [[-StatusCode] <Int32>]
[-ProgressAction <ActionPreference>] [<CommonParameters>]
Updates an access rule.
Update-PodeLimitAccessRule -Name 'rule1' -Action 'Deny'
Update-PodeLimitAccessRule -Name 'rule1' -StatusCode 404
Update-PodeLimitAccessRule -Name 'rule1' -Action 'Allow' -StatusCode 200
The action to take. Either 'Allow' or 'Deny'. If not supplied, the action will not be updated.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseThe name of the access rule.
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False{{ Fill ProgressAction Description }}
Type: ActionPreference
Parameter Sets: (All)
Aliases: proga
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseThe status code to return. If not supplied, the status code will not be updated.
Type: Int32
Parameter Sets: (All)
Aliases:
Required: False
Position: 3
Default value: -1
Accept pipeline input: False
Accept wildcard characters: FalseThis cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.