Imported Upstream version 1.1.0
[platform/upstream/iotivity.git] / resource / csdk / security / unittest / oic_unittest_default_acl.json
1 {
2     "acl": {
3         "aclist": {
4             "aces": [
5                 {
6                     "subjectuuid": "*",
7                     "resources": [
8                         {
9                             "href": "/oic/res",
10                             "rel": "",
11                             "rt": "",
12                             "if": ""
13                         },
14                         {
15                             "href": "/oic/d",
16                             "rel": "",
17                             "rt": "",
18                             "if": ""
19                         },
20                         {
21                             "href": "/oic/p",
22                             "rel": "",
23                             "rt": "",
24                             "if": ""
25                         },
26                         {
27                             "href": "/oic/res/types/d",
28                             "rel": "",
29                             "rt": "",
30                             "if": ""
31                         },
32                         {
33                             "href": "/oic/ad",
34                             "rel": "",
35                             "rt": "",
36                             "if": ""
37                         },
38                         {
39                             "href": "/oic/sec/acl",
40                             "rel": "",
41                             "rt": "",
42                             "if": ""
43                         },
44                         {
45                             "href": "/oic/sec/doxm",
46                             "rel": "",
47                             "rt": "",
48                             "if": ""
49                         },
50                         {
51                             "href": "/oic/sec/pstat",
52                             "rel": "",
53                             "rt": "",
54                             "if": ""
55                         }
56                     ],
57                     "permission": 2
58                 }
59             ]
60         },
61         "rowneruuid" : "32323232-3232-3232-3232-323232323232"
62     }
63 }