Iron Gorilla Developers

DlpActionPolicyOverride

Optional DLP policy override for one action family.

SDK v2026.4.0

Kind: interface

Signature

Example
export interface DlpActionPolicyOverride

Properties

  • enabled? (boolean): Whether scanning is enabled for the action family.
  • validationDepth? (DlpValidationDepth): Validation depth override for the action family.
  • redactConfidential? (boolean): Whether confidential findings should be redacted.
  • blockRestricted? (boolean): Whether restricted findings should block the action.
  • redactRestricted? (boolean): Whether restricted findings should be redacted when blocking is disabled.
  • minimumConfidence? (number): Minimum detector confidence required for retained findings.
  • allowedFindingKinds? (string[]): Finding kinds treated as allowed context.
  • customRecognizers? (DlpCustomRecognizer[]): Custom recognizers applied for the action family.

On this page