diff options
Diffstat (limited to 'ecomp-portal-FE/mock/ecomp/data/admins/admin-app-roles.json')
-rw-r--r-- | ecomp-portal-FE/mock/ecomp/data/admins/admin-app-roles.json | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/ecomp-portal-FE/mock/ecomp/data/admins/admin-app-roles.json b/ecomp-portal-FE/mock/ecomp/data/admins/admin-app-roles.json new file mode 100644 index 00000000..3a0860a4 --- /dev/null +++ b/ecomp-portal-FE/mock/ecomp/data/admins/admin-app-roles.json @@ -0,0 +1,25 @@ +{ + "userId": "nn605g", + "appsRoles": [ + { + "appName": "SSP", + "id": 1, + "isAdmin": true + }, + { + "appName": "ECOMP", + "id": 2, + "isAdmin": false + }, + { + "appName": "other POrtal", + "id": 14, + "isAdmin": false + }, + { + "appName": "Formation", + "id": 111, + "isAdmin": true + } + ] +}
\ No newline at end of file |