Kaspersky Industrial CyberSecurity for Networks API Developer's Guide

AssetCategory

Asset category types.

Defined in

This enumeration is defined in the asset_provider.proto file.

Syntax

enum AssetCategory

{

Unused = 0;

ScadaHmi = 17;

Rpa = 18;

Server = 19;

Workstation = 20;

Plc = 21;

EngineeringStation = 22;

MobileDevice = 23;

NetworkDevice = 24;

Other = 25;

}

Fields

This enumeration defines the following values.

AssetCategory message fields

Name

Value

Description

Unused

0

This value is returned when an asset doesn't have a specified category.

ScadaHmi

17

Computers with installed software for human-machine interface (HMI) systems or SCADA systems.

Rpa

18

Intelligent electronic device (IED).

Server

19

Devices with server software installed.

Workstation

20

Desktop personal computers or operator workstations.

Plc

21

Programmable logic controllers.

EngineeringStation

22

Computers with installed software to be used by ICS engineers.

MobileDevice

23

Portable electronic devices with computer functionality.

NetworkDevice

24

Network equipment (for example, routers, switches).

Other

25

Devices that do not fall into the categories described above.