LinuxUpdateType view
The Reporting3.LinuxUpdateType view describes the Linux advisory types.
|
Column Name |
Data Type |
Nullable |
Description |
|---|---|---|---|
|
Id |
smallint |
|
The ID. |
|
Value |
nvarchar(100) |
|
The value. |
|
Description |
nvarchar(256) |
|
The description. |
Content
You can run the following query to verify the contents of the Reporting3.LinuxUpdateType view.
Copy
SELECT [Id]
,[Value]
,[Description]
FROM [SecurityControls].[Reporting3].[LinuxUpdateType]
|
Id |
Value |
Description |
|---|---|---|
|
0 |
Unknown |
Unknown |
|
1 |
Security |
Security |
|
2 |
Bugfix |
Bugfix |
|
3 |
Enhancement |
Enhancement |