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

UnknownAssetSecurityStatus

0

Security status of the asset is unknown.

Ok

1

There are no unprocessed events associated with the asset or there are only events with the Informational severity level.

Warning

2

There are unprocessed events associated with the asset with the Warning severity level but there are no unprocessed events with the Critical severity level.

Critical

3

There are unprocessed events associated with the asset with the Critical severity level.

Page top