R B a C Management System - Copy this Angular, Css Component to your project
{ "feature_id": string, // System generated unique id for the feature (er. F-00001) "name": string, // Name of the feature (eg. List apps) "description": string, // Description of the feature (eg. list of apps) "access_level": string, // Access level of the feature (eg. Tenant) "feature_ui": string, // UI perspective feature id/name (eg. list_apps) "feature_api": [ // List of the API endpoint and method type { "method_type": string, // Method type of the URL to be accessed (eg. GET) "endpoint": "string" // Endpoint of the URL to be accessed (eg. /application/) },... ] "access_control": [string] // List of the roles which can access the feature (eg. ["pf_admin", "bcp_dev_app_admin", "example@gmail.com"]) }-> Create the role using json
