Google Privacy Dlp V2Proximity Args
data class GooglePrivacyDlpV2ProximityArgs(val windowAfter: Output<Int>? = null, val windowBefore: Output<Int>? = null) : ConvertibleToJava<GooglePrivacyDlpV2ProximityArgs>
Message for specifying a window around a finding to apply a detection rule.
Properties
Link copied to clipboard
Number of characters after the finding to consider.
Link copied to clipboard
Number of characters before the finding to consider. For tabular data, if you want to modify the likelihood of an entire column of findngs, set this to 1. For more information, see Hotword example: Set the match likelihood of a table column (https://cloud.google.com/dlp/docs/creating-custom-infotypes-likelihood#match-column-values).