DlpCustomRecognizer
Custom regex recognizer authored for organization-specific DLP detection.
SDK v2026.4.0
Kind: interface
Signature
export interface DlpCustomRecognizerProperties
id(string): Stable recognizer identifier.label(string): Human-readable recognizer label.pattern(string): Unicode regular expression pattern.classification(DlpClassification): Classification assigned when the recognizer matches.confidence(number): Confidence score assigned to recognizer findings.redactionLabel?(string): Optional redaction label used in replacement tokens.