OSProfile Response Linux Configuration
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)
Properties
Link copied to clipboard
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
Status of the hotpatch capability enrollment or disenrollment.