Get FalconDpeClassification - CrowdStrike/psfalcon GitHub Wiki
Search for Falcon Data Protection classifications
Requires 'Data Protection: Read'.
| Name | Type | Description | Min | Max | Allowed | Pipeline | PipelineByName |
|---|---|---|---|---|---|---|---|
| Id | String[] | Classification identifier | X | X | |||
| Filter | String |
Falcon Query Language expression to limit resultscreated_atcreated_bymodified_atmodified_bynameproperties.content_patternsproperties.evidence_duplication_enabledproperties.file_typesproperties.protection_modeproperties.sensitivity_labelsproperties.web_sources
|
|||||
| Sort | String | Property and direction to sort results |
created_at|asccreated_at|descmodified_at|ascmodified_at|descname|ascname|desc
|
||||
| Limit | Int32 | Maximum number of results per request [default: 100] | 1 |
500 |
|||
| Offset | Int32 | Position to begin retrieving results | |||||
| Detailed | Switch | Retrieve detailed information | |||||
| All | Switch | Repeat requests until all available results are retrieved | |||||
| Total | Switch | Display total result count instead of results |
Get-FalconDataProtectionClassification [[-Filter] <String>] [[-Sort] <String>] [[-Limit] <Int32>] [-Offset <Int32>] [-Detailed] [-All] [-Total] [-WhatIf] [-Confirm] [<CommonParameters>]Get-FalconDataProtectionClassification -Id <String[]> [-WhatIf] [-Confirm] [<CommonParameters>]GET /data-protection/entities/classifications/v2
GET /data-protection/queries/classifications/v2
2025-10-24: PSFalcon v2.3.0
