WindowsPropertiesResponse

data class WindowsPropertiesResponse(val excludedKbNumbers: List<String>? = null, val includedKbNumbers: List<String>? = null, val includedUpdateClassifications: String? = null, val rebootSetting: String? = null)

Windows specific update configuration.

Constructors

Link copied to clipboard
constructor(excludedKbNumbers: List<String>? = null, includedKbNumbers: List<String>? = null, includedUpdateClassifications: String? = null, rebootSetting: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

KB numbers excluded from the software update configuration.

Link copied to clipboard

KB numbers included from the software update configuration.

Link copied to clipboard

Update classification included in the software update configuration. A comma separated string with required values

Link copied to clipboard
val rebootSetting: String? = null

Reboot setting for the software update configuration.