GooglePrivacyDlpV2InfoTypeLimitArgs

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)

Functions

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

Properties

Link copied to clipboard

Type of information the findings limit applies to. Only one limit per info_type should be provided. If InfoTypeLimit does not have an info_type, the DLP API applies the limit against all info_types that are found but not specified in another InfoTypeLimit.

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

Max findings limit for the given infoType.