New FalconDpeLabel - CrowdStrike/psfalcon GitHub Wiki

New-FalconDpeLabel

SYNOPSIS

Create a Falcon Data Protection sensitivity label

DESCRIPTION

Requires 'Data Protection: Write'.

PARAMETERS

Name Type Description Min Max Allowed Pipeline PipelineByName
Name String Sensitivity label name X
DisplayName String Sensitivity label display name X
LabelProvider String Sensitivity label provider X
Synced Boolean Sync sensitivity label with Microsoft 365 or Google Workspace X
ExternalId String Sensitivity label external identifier [when synced: $true] X
PluginsConfigurationId String CrowdStrike Falcon Store plugin identifier [when synced: $true] X
CoAuthoring Boolean Co-authoring value for Microsoft 365 [when synced: $true] X

SYNTAX

New-FalconDpeLabel [-Name] <String> [[-DisplayName] <String>] [[-LabelProvider] <String>] [[-Synced] <Boolean>] [[-ExternalId] <String>] [[-PluginsConfigurationId] <String>] [[-CoAuthoring] <Boolean>] [-WhatIf] [-Confirm] [<CommonParameters>]

REFERENCE

Endpoints

POST /data-protection/entities/labels/v2

falconpy

entities_sensitivity_label_create_v2

USAGE

2025-12-23: PSFalcon v2.3.0

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