PreventionJobTriggerInspectJobInspectConfigLimitsArgs

data class PreventionJobTriggerInspectJobInspectConfigLimitsArgs(val maxFindingsPerInfoTypes: Output<List<PreventionJobTriggerInspectJobInspectConfigLimitsMaxFindingsPerInfoTypeArgs>>? = null, val maxFindingsPerItem: Output<Int>? = null, val maxFindingsPerRequest: Output<Int>? = null) : ConvertibleToJava<PreventionJobTriggerInspectJobInspectConfigLimitsArgs>

Constructors

constructor(maxFindingsPerInfoTypes: Output<List<PreventionJobTriggerInspectJobInspectConfigLimitsMaxFindingsPerInfoTypeArgs>>? = null, maxFindingsPerItem: Output<Int>? = null, maxFindingsPerRequest: Output<Int>? = null)

Properties

Link copied to clipboard

Configuration of findings limit given for specified infoTypes. Structure is documented below.

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

Max number of findings that will be returned for each item scanned. The maximum returned is 2000.

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

Max number of findings that will be returned per request/job. The maximum returned is 2000.

Functions

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