applicationsFilter
Last updated
Filters for classifying applications based on their deployment and development status.
enum ApplicationsFilter {
New
InDevelopment
DeployedProd
ExternallyFacing
Relevant
Irrelevant
}New
Recently added applications
InDevelopment
Applications currently under development
DeployedProd
Applications deployed to production environments
ExternallyFacing
Applications exposed to external networks or users
Relevant
Applications marked as relevant for security scanning
Irrelevant
Applications marked as irrelevant for security scanning
Last updated
