Google Privacy Dlp V2Info Type Limit Args
data class GooglePrivacyDlpV2InfoTypeLimitArgs(val infoType: Output<GooglePrivacyDlpV2InfoTypeArgs>? = null, val maxFindings: Output<Int>? = null) : ConvertibleToJava<GooglePrivacyDlpV2InfoTypeLimitArgs>
Max findings configuration per infoType, per content item or long running DlpJob.
Constructors
Link copied to clipboard
fun GooglePrivacyDlpV2InfoTypeLimitArgs(infoType: Output<GooglePrivacyDlpV2InfoTypeArgs>? = null, maxFindings: Output<Int>? = null)