|
|
@ -231,6 +231,7 @@
|
|
|
|
<Scope>perm:windows:lock-reset</Scope>
|
|
|
|
<Scope>perm:windows:lock-reset</Scope>
|
|
|
|
<Scope>perm:windows:reboot</Scope>
|
|
|
|
<Scope>perm:windows:reboot</Scope>
|
|
|
|
<Scope>perm:windows:location</Scope>
|
|
|
|
<Scope>perm:windows:location</Scope>
|
|
|
|
|
|
|
|
<Scope>perm:android:authenticate-account</Scope>
|
|
|
|
{% if mdm_ui_conf.scopes is defined %}
|
|
|
|
{% if mdm_ui_conf.scopes is defined %}
|
|
|
|
{%- for scope in mdm_ui_conf.scopes -%}
|
|
|
|
{%- for scope in mdm_ui_conf.scopes -%}
|
|
|
|
<Scope>{{scope}}</Scope>
|
|
|
|
<Scope>{{scope}}</Scope>
|
|
|
|