fixes for supporting non-gui application access provisioning
[portal.git] / portal-FE-common / src / app / shared / model / applications-onboarding / applications.ts
index a0a93a2..bc0ce42 100644 (file)
@@ -57,7 +57,14 @@ export interface IApplications {
     uebTopicName ?: any;
     uebKey ?: any;
     uebSecret ?: any;
+    // ---- start ----to be removed
     restrictedApp ?: any;
     isCentralAuth ?: any;
-    nameSpace ?: any
+    // ---- end ----to be removed
+    applicationType ?: any;
+    rolesInAAF ?: any;
+    nameSpace ?: any;
+    usesCadi ?: any;
+    modeOfIntegration ?: any;
+    appAck ?: any;
 }
\ No newline at end of file