PatchInstallationDetail Class

Information about a specific patch that was encountered during an installation action.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
PatchInstallationDetail

Constructor

PatchInstallationDetail(**kwargs)

Variables

patch_id
str

A unique identifier for the patch.

name
str

The friendly name of the patch.

version
str

The version string of the package. It may conform to Semantic Versioning. Only applies to Linux.

kb_id
str

The KBID of the patch. Only applies to Windows patches.

classifications
list[str]

The classification(s) of the patch as provided by the patch publisher.

installation_state
str or PatchInstallationState

The state of the patch after the installation operation completed. Possible values include: "Unknown", "Installed", "Failed", "Excluded", "NotSelected", "Pending".