mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
Fixed issues in android permisson.xml
This commit is contained in:
parent
672d90472b
commit
b9bc076036
@ -81,21 +81,21 @@
|
|||||||
<Permission>
|
<Permission>
|
||||||
<name>Enroll</name>
|
<name>Enroll</name>
|
||||||
<path>/device-mgt/user/device/android/enroll</path>
|
<path>/device-mgt/user/device/android/enroll</path>
|
||||||
<url>/device/*/applications</url>
|
<url>/devices/*/applications</url>
|
||||||
<method>PUT</method>
|
<method>PUT</method>
|
||||||
</Permission>
|
</Permission>
|
||||||
|
|
||||||
<Permission>
|
<Permission>
|
||||||
<name>Enroll</name>
|
<name>Enroll</name>
|
||||||
<path>/device-mgt/user/device/android/enroll</path>
|
<path>/device-mgt/user/device/android/enroll</path>
|
||||||
<url>/device/*/pending-operations</url>
|
<url>/devices/*/pending-operations</url>
|
||||||
<method>PUT</method>
|
<method>PUT</method>
|
||||||
</Permission>
|
</Permission>
|
||||||
|
|
||||||
<Permission>
|
<Permission>
|
||||||
<name>Enroll</name>
|
<name>Enroll</name>
|
||||||
<path>/device-mgt/user/device/android/enroll</path>
|
<path>/device-mgt/user/device/android/enroll</path>
|
||||||
<url>/device/*/status</url>
|
<url>/devices/*/status</url>
|
||||||
<method>GET</method>
|
<method>GET</method>
|
||||||
</Permission>
|
</Permission>
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user