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

조회 수: 1 (최근 30일)
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?
 

채택된 답변

MathWorks Support Team
MathWorks Support Team 2022년 8월 17일
You can use "resource": { "folder": [ "*" ] }.
 

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Develop Apps Using App Designer에 대해 자세히 알아보기

태그

아직 태그를 입력하지 않았습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by