Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PatchInstallationDetail

Package version

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

Hierarchy

  • PatchInstallationDetail

Index

Properties

Optional classifications

classifications: string[]

The classification(s) of the patch as provided by the patch publisher. NOTE: This property will not be serialized. It can only be populated by the server.

Optional installationState

installationState: PatchInstallationState

The state of the patch after the installation operation completed. NOTE: This property will not be serialized. It can only be populated by the server.

Optional kbId

kbId: undefined | string

The KBID of the patch. Only applies to Windows patches. NOTE: This property will not be serialized. It can only be populated by the server.

Optional name

name: undefined | string

The friendly name of the patch. NOTE: This property will not be serialized. It can only be populated by the server.

Optional patchId

patchId: undefined | string

A unique identifier for the patch. NOTE: This property will not be serialized. It can only be populated by the server.

Optional version

version: undefined | string

The version string of the package. It may conform to Semantic Versioning. Only applies to Linux. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc