inventoryTypes
Examples
enum InventoryTypes {
New
InDevelopment
DeployedProd
ExternallyFacing
}Enum values
Enum value
Description
References
Fields with this object:
Last updated
Types of inventory items that can be analyzed in the system.
enum InventoryTypes {
New
InDevelopment
DeployedProd
ExternallyFacing
}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
Last updated
