Edit FalconDpePattern - CrowdStrike/psfalcon GitHub Wiki

Edit-FalconDpePattern

SYNOPSIS

Modify a Falcon Data Protection content pattern

DESCRIPTION

All fields are required when making a content pattern change. PSFalcon adds missing values automatically using data from your existing content pattern.

Requires 'Data Protection: Write'.

PARAMETERS

Name Type Description Min Max Allowed Pipeline PipelineByName
Name String Content pattern name X
Regex String[] One or more RegEx values to match X
Description String Content pattern description X
Category String Content pattern category X
Region String Three letter code for geographical location X
MinMatchThreshold Int32 Minimum number of pattern matches X
Example String Content pattern example X
Id String Content pattern identifier X

SYNTAX

Edit-FalconDpePattern [[-Name] <String>] [[-Regex] <String[]>] [[-Description] <String>] [[-Category] <String>] [[-Region] <String>] [[-MinMatchThreshold] <Int32>] [[-Example] <String>] [-Id] <String> [-WhatIf] [-Confirm] [<CommonParameters>]

REFERENCE

Endpoints

PATCH /data-protection/entities/content-patterns/v1

falconpy

entities_content_pattern_patch

USAGE

2025-12-23: PSFalcon v2.3.0

⚠️ **GitHub.com Fallback** ⚠️