PreventionInspectTemplateInspectConfigLimits

data class PreventionInspectTemplateInspectConfigLimits(val maxFindingsPerInfoTypes: List<PreventionInspectTemplateInspectConfigLimitsMaxFindingsPerInfoType>? = null, val maxFindingsPerItem: Int, val maxFindingsPerRequest: Int)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.