PatchInstallationDetailOutput interface
Information about a specific patch that was encountered during an installation action.
Properties
| classifications | The classification(s) of the patch as provided by the patch publisher. |
| installation |
The state of the patch after the installation operation completed. |
| kb |
The KBID of the patch. Only applies to Windows patches. |
| name | The friendly name of the patch. |
| patch |
A unique identifier for the patch. |
| version | The version string of the package. It may conform to Semantic Versioning. Only applies to Linux. |
Property Details
classifications
The classification(s) of the patch as provided by the patch publisher.
classifications?: string[]
Property Value
string[]
installationState
The state of the patch after the installation operation completed.
installationState?: "Unknown" | "Pending" | "Failed" | "Installed" | "Excluded" | "NotSelected"
Property Value
"Unknown" | "Pending" | "Failed" | "Installed" | "Excluded" | "NotSelected"
kbId
The KBID of the patch. Only applies to Windows patches.
kbId?: string
Property Value
string
name
The friendly name of the patch.
name?: string
Property Value
string
patchId
A unique identifier for the patch.
patchId?: string
Property Value
string
version
The version string of the package. It may conform to Semantic Versioning. Only applies to Linux.
version?: string
Property Value
string