Skip to content

Edit FalconReconNotification

bk-cs edited this page Sep 22, 2022 · 20 revisions

Edit-FalconReconNotification

SYNOPSIS

Modify a Falcon X Recon notification

DESCRIPTION

Requires 'Monitoring Rules (Falcon X Recon): Write'.

PARAMETERS

Name Type Min Max Pattern Allowed Pipeline PipelineByName Description
Array Object[] False An array of notifications to modify in a single request
Id String ^\w{76}$ False False Notification identifier
Status String False False Notification status
AssignedToUuid String ^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$ False False User identifier

SYNTAX

Edit-FalconReconNotification [-Id] <String> [-Status] <String> [-AssignedToUuid] <String> [-WhatIf] [-Confirm] [<CommonParameters>]
Edit-FalconReconNotification -Array <Object[]> [-WhatIf] [-Confirm] [<CommonParameters>]

USAGE

Generated 20220922 using PSFalcon v2.2.3

Clone this wiki locally