InputLinuxParametersResponse

data class InputLinuxParametersResponse(val classificationsToInclude: List<String>? = null, val packageNameMasksToExclude: List<String>? = null, val packageNameMasksToInclude: List<String>? = null)

Input properties for patching a Linux machine.

Constructors

Link copied to clipboard
constructor(classificationsToInclude: List<String>? = null, packageNameMasksToExclude: List<String>? = null, packageNameMasksToInclude: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Classification category of patches to be patched. Allowed values are 'Critical', 'Security', and 'Other'.

Link copied to clipboard

Package names to be excluded for patching.

Link copied to clipboard

Package names to be included for patching.