GooglePrivacyDlpV2AdjustmentRule
import type { GooglePrivacyDlpV2AdjustmentRule } from "https://googleapis.deno.dev/v1/dlp:v2.ts";Rule that specifies conditions when a certain infoType's finding details should be adjusted.
interface GooglePrivacyDlpV2AdjustmentRule {
adjustByImageFindings?: GooglePrivacyDlpV2AdjustByImageFindings;
adjustByMatchingInfoTypes?: GooglePrivacyDlpV2AdjustByMatchingInfoTypes;
likelihoodAdjustment?: GooglePrivacyDlpV2LikelihoodAdjustment;
}§Properties
§
adjustByImageFindings?: GooglePrivacyDlpV2AdjustByImageFindings
[src]AdjustmentRule condition for image findings.
§
adjustByMatchingInfoTypes?: GooglePrivacyDlpV2AdjustByMatchingInfoTypes
[src]Set of infoTypes for which findings would affect this rule.
§
likelihoodAdjustment?: GooglePrivacyDlpV2LikelihoodAdjustment
[src]Likelihood adjustment to apply to the infoType.