New FalconDpePattern - CrowdStrike/psfalcon GitHub Wiki
Create a Falcon Data Protection 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 [default: PII] | X | ||||
| Region | String | Three letter code for geographical location [default: ALL] | X | ||||
| MinMatchThreshold | Int32 | Minimum number of pattern matches [default: 1] | X | ||||
| Example | String | Content pattern example | X |
New-FalconDpePattern [-Name] <String> [-Regex] <String[]> [[-Description] <String>] [[-Category] <String>] [[-Region] <String>] [[-MinMatchThreshold] <Int32>] [[-Example] <String>] [-WhatIf] [-Confirm] [<CommonParameters>]POST /data-protection/entities/content-patterns/v1
entities_content_pattern_create
2025-12-23: PSFalcon v2.3.0
