Prevention Inspect Template Inspect Config Limits Args
data class PreventionInspectTemplateInspectConfigLimitsArgs(val maxFindingsPerInfoTypes: Output<List<PreventionInspectTemplateInspectConfigLimitsMaxFindingsPerInfoTypeArgs>>? = null, val maxFindingsPerItem: Output<Int>, val maxFindingsPerRequest: Output<Int>) : ConvertibleToJava<PreventionInspectTemplateInspectConfigLimitsArgs>
Constructors
Link copied to clipboard
constructor(maxFindingsPerInfoTypes: Output<List<PreventionInspectTemplateInspectConfigLimitsMaxFindingsPerInfoTypeArgs>>? = null, maxFindingsPerItem: Output<Int>, maxFindingsPerRequest: Output<Int>)
Properties
Link copied to clipboard
val maxFindingsPerInfoTypes: Output<List<PreventionInspectTemplateInspectConfigLimitsMaxFindingsPerInfoTypeArgs>>? = null
Configuration of findings limit given for specified infoTypes. Structure is documented below.
Link copied to clipboard
Max number of findings that will be returned for each item scanned. The maximum returned is 2000.
Link copied to clipboard
Max number of findings that will be returned per request/job. The maximum returned is 2000.