Skip to content

Remove FalconFileVantageRuleGroup

bk-cs edited this page Sep 14, 2023 · 2 revisions

Remove-FalconFileVantageRuleGroup

SYNOPSIS

Remove or unassign FileVantage rule groups

DESCRIPTION

Requires 'Falcon FileVantage: Write'.

PARAMETERS

Name Type Description Min Max Allowed Pipeline PipelineByName
PolicyId String FileVantage policy identifier, used when unassigning rule groups from a policy
Id String[] FileVantage rule group identifier X X

SYNTAX

Remove-FalconFileVantageRuleGroup [-PolicyId] <String> [-Id] <String[]> [-WhatIf] [-Confirm] [<CommonParameters>]
Remove-FalconFileVantageRuleGroup [-Id] <String[]> [-WhatIf] [-Confirm] [<CommonParameters>]

REFERENCE

Endpoints

DELETE /filevantage/entities/rule-groups/v1
PATCH /filevantage/entities/policies-rule-groups/v1

falconpy

updatePolicyRuleGroups
deleteRuleGroups

USAGE

2023-09-14: PSFalcon v2.2.6

Clone this wiki locally