16647: Added key search from config and tests
[arvados-workbench2.git] / src / common / config.ts
index 2a02f8c20455f0324c0f69f73c377a14d6d103c7..5d9435953fa819f166dcac4c3f015ff07d42c97a 100644 (file)
@@ -84,8 +84,10 @@ export interface ClusterConfigJSON {
     Collections: {
         ForwardSlashNameSubstitution: string;
         ManagedProperties?: {
-            responsible_person_uuid?: {
+            [key: string]: {
                 Function: string,
+                Value: string,
+                Protected?: boolean,
             }
         }
     };