mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
add entry in permission xml
This commit is contained in:
parent
0bcbab7071
commit
198b3c67dc
@ -381,7 +381,7 @@
|
||||
<Permission>
|
||||
<name>Event Addition</name>
|
||||
<path>/device-mgt/android/events/add</path>
|
||||
<url>/events</url>
|
||||
<url>/events/publish</url>
|
||||
<method>POST</method>
|
||||
<scope>emm_user,emm_admin</scope>
|
||||
</Permission>
|
||||
@ -392,18 +392,4 @@
|
||||
<method>GET</method>
|
||||
<scope>emm_admin</scope>
|
||||
</Permission>
|
||||
<Permission>
|
||||
<name>Event Retrieve</name>
|
||||
<path>/device-mgt/android/events/date</path>
|
||||
<url>/events/*/date</url>
|
||||
<method>GET</method>
|
||||
<scope>emm_admin</scope>
|
||||
</Permission>
|
||||
<Permission>
|
||||
<name>Event Retrieve</name>
|
||||
<path>/device-mgt/android/events/type</path>
|
||||
<url>/events/*/type/*</url>
|
||||
<method>GET</method>
|
||||
<scope>emm_admin</scope>
|
||||
</Permission>
|
||||
</PermissionConfiguration>
|
||||
Loading…
Reference in New Issue
Block a user