MATLAB Web App Server: how to specify access to all apps for policy-based access

1 view (last 30 days)
I have enabled policy-based access for my MATLAB Web App Server. We want to have a "power user" who could see and manage all apps under root folder and all subfolders. How can I define the rule?
"resource": { "folder": ["/"] } specifies only the root folder. Should I list all subfolders manually?
 

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 17 Aug 2022
You can use "resource": { "folder": [ "*" ] }.
 

More Answers (0)

Categories

Find more on Develop Apps Using App Designer in Help Center and File Exchange

Tags

No tags entered yet.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!