inventoryTypes

Types of inventory items that can be analyzed in the system.

Examples

enum InventoryTypes {
  New
  InDevelopment
  DeployedProd
  ExternallyFacing
}

Enum values

Enum value
Description

New

Recently added items requiring initial assessment

InDevelopment

Items currently in the development phase

DeployedProd

Items deployed to production environments

ExternallyFacing

Items accessible from external networks

References

Fields with this object:

Last updated