Prevention Inspect Template Inspect Config Limits Max Findings Per Info Type Args
data class PreventionInspectTemplateInspectConfigLimitsMaxFindingsPerInfoTypeArgs(val infoType: Output<PreventionInspectTemplateInspectConfigLimitsMaxFindingsPerInfoTypeInfoTypeArgs>, val maxFindings: Output<Int>) : ConvertibleToJava<PreventionInspectTemplateInspectConfigLimitsMaxFindingsPerInfoTypeArgs>
Constructors
Link copied to clipboard
constructor(infoType: Output<PreventionInspectTemplateInspectConfigLimitsMaxFindingsPerInfoTypeInfoTypeArgs>, maxFindings: Output<Int>)
Properties
Link copied to clipboard
val infoType: Output<PreventionInspectTemplateInspectConfigLimitsMaxFindingsPerInfoTypeInfoTypeArgs>
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
Max findings limit for the given infoType.