AssetSecurityStatus
Security types, assigned to an asset depending on the events associated with it.
Defined in
This enumeration is defined in the asset_provider.proto
file.
Syntax
enum AssetSecurityStatus
{
UnknownAssetSecurityStatus = 0;
Ok = 1;
Warning = 2;
Critical = 3;
}
Fields
This enumeration defines the following values.
AssetSecurityStatus
message fields
Name |
Value |
Description |
---|---|---|
|
0 |
Security status of the asset is unknown. |
|
1 |
There are no unprocessed events associated with the asset or there are only events with the |
|
2 |
There are unprocessed events associated with the asset with the |
|
3 |
There are unprocessed events associated with the asset with the |