Variable: RuleItemDetectionTechniqueSchema
const RuleItemDetectionTechniqueSchema: ZodEnum<["edm", "document_fingerprint", "trainable_classifier", "ml_document", "regex", "weighted_regex", "ml", "titus_tag", "wildfire", "file_property", "dictionary", "pab", "document_classifier"]>;
Defined in: src/models/dlp-data-profile.ts:16
Detection technique on a rule item.
Shared with data-patterns — kept duplicated rather than re-imported to keep the model
surfaces independent. If a new technique ships, update both files.