Edit FalconDpePattern - CrowdStrike/psfalcon GitHub Wiki
Modify a Falcon Data Protection content pattern
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'.
| 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 |
Edit-FalconDpePattern [[-Name] <String>] [[-Regex] <String[]>] [[-Description] <String>] [[-Category] <String>] [[-Region] <String>] [[-MinMatchThreshold] <Int32>] [[-Example] <String>] [-Id] <String> [-WhatIf] [-Confirm] [<CommonParameters>]PATCH /data-protection/entities/content-patterns/v1
entities_content_pattern_patch
2025-12-23: PSFalcon v2.3.0
