LinuxPatchType view

The Reporting2.LinuxPatchType view describes patch type codes.

Column Name Data Type Nullable Description
Id smallint   The Linux patch type id.
Value nvarchar(100)   The string value of the id.
Description nvarchar(512)   Provides a simple description of the value.

Content

You can run the following query to verify the contents of the Reporting.SourceType view.

SELECT [Id]

,[Value]

,[Description]

FROM [SecurityControls].[Reporting2].[LinuxPatchType]

ID Value Description
0 None None
1 Security Security patch
2 Bug Bug patch
3 Enhancement Enhancement patch