Imported Upstream version 1.1.1
[platform/upstream/iotivity.git] / resource / csdk / security / unittest / oic_unittest.json
1 {
2     "acl": {
3         "aclist": {
4             "aces": [
5                 {
6                     "subjectuuid": "31313131-3131-3131-3131-313131313131",
7                     "resources": [
8                         {
9                             "href": "/oic/light",
10                             "rel": "",
11                             "rt": ["oic.core"],
12                             "if": ["oic.if.baseline"]
13                         },
14                         {
15                             "href": "/oic/fan",
16                             "rel": "",
17                             "rt": ["oic.core"],
18                             "if": ["oic.if.baseline"]
19                         }
20                     ],
21                     "permission": 31
22                 },
23                 {
24                     "subjectuuid": "33333333-3333-3333-3333-333333333333",
25                     "resources": [
26                         {
27                             "href": "/oic/light",
28                             "rel": "",
29                             "rt": ["oic.core"],
30                             "if": ["oic.if.baseline"]
31                         },
32                         {
33                             "href": "/oic/garage",
34                             "rel": "",
35                             "rt": ["oic.core"],
36                             "if": ["oic.if.baseline"]
37                         }
38                     ],
39                     "permission": 31
40                 }
41             ]
42         },
43         "rowneruuid" : "32323232-3232-3232-3232-323232323232"
44     },
45     "pstat": {
46         "isop": false,
47         "deviceuuid": "756E6B6E-6F77-6564-4465-766963654964",
48         "rowneruuid": "756E6B6E-6F77-6564-4465-766963654964",
49         "cm": 63,
50         "tm": 48,
51         "om": 0,
52         "sm": 3
53     }
54 }