PreventionInspectTemplateInspectConfigLimitsMaxFindingsPerInfoTypeArgs

data class PreventionInspectTemplateInspectConfigLimitsMaxFindingsPerInfoTypeArgs(val infoType: Output<PreventionInspectTemplateInspectConfigLimitsMaxFindingsPerInfoTypeInfoTypeArgs>? = null, val maxFindings: Output<Int>) : ConvertibleToJava<PreventionInspectTemplateInspectConfigLimitsMaxFindingsPerInfoTypeArgs>

Constructors

Properties

Link copied to clipboard

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

Link copied to clipboard
val maxFindings: Output<Int>

Max findings limit for the given infoType.

Functions

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