InputLinuxParameters interface

Input properties for patching a Linux machine.

Properties

classificationsToInclude

Classification category of patches to be patched. Allowed values are 'Critical', 'Security', and 'Other'.

packageNameMasksToExclude

Package names to be excluded for patching.

packageNameMasksToInclude

Package names to be included for patching.

Property Details

classificationsToInclude

Classification category of patches to be patched. Allowed values are 'Critical', 'Security', and 'Other'.

classificationsToInclude?: string[]

Property Value

string[]

packageNameMasksToExclude

Package names to be excluded for patching.

packageNameMasksToExclude?: string[]

Property Value

string[]

packageNameMasksToInclude

Package names to be included for patching.

packageNameMasksToInclude?: string[]

Property Value

string[]