Project

General

Profile

Download (770 Bytes) Statistics
| Branch: | Revision:

git_sitools_idoc / flarecast / data / TESTS_FONCTIONNELS / authorizations / int@56.xml @ master

1
<resourceAuthorization>
2
  <id>9cbed21a-8daa-4e6b-af76-b65ea1bdcd72</id>
3
  <name>mysqlLiveGrid</name>
4
  <description>Exposition of the dataset mysqlLiveGrid
5
-&gt; Administrator must have all authorizations on this application
6
-&gt; Public user must have at least GET/PUT/DELETE authorizations on this application
7
PUT and DELETE authorizations are for SvaTasks managment</description>
8
  <url>/9cbed21a-8daa-4e6b-af76-b65ea1bdcd72</url>
9
  <authorizations>
10
    <authorize>
11
      <role>Administrator</role>
12
      <POST>true</POST>
13
      <GET>true</GET>
14
      <PUT>true</PUT>
15
      <DELETE>true</DELETE>
16
      <OPTIONS>true</OPTIONS>
17
    </authorize>
18
    <authorize>
19
      <role>public</role>
20
      <GET>true</GET>
21
    </authorize>
22
  </authorizations>
23
</resourceAuthorization>