OSProfileResponseLinuxConfiguration

data class OSProfileResponseLinuxConfiguration(val assessmentMode: String? = null, val enableHotpatching: Boolean? = null, val patchMode: String? = null, val status: PatchSettingsResponseStatus)

Specifies the linux configuration for update management.

Constructors

Link copied to clipboard
constructor(assessmentMode: String? = null, enableHotpatching: Boolean? = null, patchMode: String? = null, status: PatchSettingsResponseStatus)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val assessmentMode: String? = null

Specifies the assessment mode.

Link copied to clipboard

Captures the hotpatch capability enrollment intent of the customers, which enables customers to patch their Windows machines without requiring a reboot.

Link copied to clipboard
val patchMode: String? = null

Specifies the patch mode.

Link copied to clipboard

Status of the hotpatch capability enrollment or disenrollment.