GooglePrivacyDlpV2ProximityArgs

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.

Constructors

Link copied to clipboard
constructor(windowAfter: Output<Int>? = null, windowBefore: Output<Int>? = null)

Properties

Link copied to clipboard
val windowAfter: Output<Int>? = null

Number of characters after the finding to consider.

Link copied to clipboard
val windowBefore: Output<Int>? = null

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).

Functions

Link copied to clipboard
open override fun toJava(): GooglePrivacyDlpV2ProximityArgs