LinuxAdvisoryInstallStatus view
The Reporting3.LinuxAdvisoryInstallStatus view describes Linux advisory install status codes.
Column Name |
Data Type |
Nullable |
Description |
---|---|---|---|
Id |
smallint |
|
The id of install status. |
Value |
nvarchar(100) |
|
The value of install status. |
Description |
nvarchar(256) |
|
The description of install status. |
Content
You can run the following query to verify the contents of the Reporting3.LinuxAdvisoryInstallStatus view.
Copy
SELECT [Id]
,[Value]
,[Description]
FROM [SecurityControls].[Reporting3].[LinuxAdvisoryInstallStatus]
Id |
Value |
Description |
---|---|---|
0 |
Unspecified |
Unspecified. |
1 |
Not applicable |
Not applicable. |
2 |
Missing |
Missing. |
4 |
Currently Installed |
Currently Installed. |
8 |
Older than current |
Older than current. |