InputWindowsParametersResponse

data class InputWindowsParametersResponse(val classificationsToInclude: List<String>? = null, val excludeKbsRequiringReboot: Boolean? = null, val kbNumbersToExclude: List<String>? = null, val kbNumbersToInclude: List<String>? = null)

Input properties for patching a Windows machine.

Constructors

Link copied to clipboard
constructor(classificationsToInclude: List<String>? = null, excludeKbsRequiringReboot: Boolean? = null, kbNumbersToExclude: List<String>? = null, kbNumbersToInclude: 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', 'UpdateRollup', 'FeaturePack', 'ServicePack', 'Definition', 'Tools', and 'Updates'.

Link copied to clipboard

Exclude patches which need reboot

Link copied to clipboard

Windows KBID to be excluded for patching.

Link copied to clipboard

Windows KBID to be included for patching.