Display security approval rules when creating a new project - backend
Description
Backend part for #31922 (closed)
Implementation Plan
Backend
-
Extend current configuration end point to return json as well as html (example payload can be seen here) -
Add field called typefor each element under features for FE to determine type of scanner. I.etype: 'container_scanning'. This field is added just to make FE parsing easier. Instead of parsing "name" field FE will usetypefield
Edited by Can Eldem