Imported Upstream version 1.1.1
[platform/upstream/iotivity.git] / resource / csdk / security / provisioning / sample / oic_svr_db_randompin_with_empty_deviceid.json
1 {
2     "acl": {
3         "aclist": {
4             "aces": [
5                 {
6                     "subjectuuid": "*",
7                     "resources": [
8                         {
9                             "href": "/oic/res",
10                             "rel": "",
11                             "rt": ["oic.wk.res"],
12                             "if": ["oic.if.ll"]
13                         },{
14                             "href": "/oic/d",
15                             "rel": "",
16                             "rt": ["oic.wk.d"],
17                             "if": ["oic.if.baseline", "oic.if.r"]
18                         },{
19                             "href": "/oic/p",
20                             "rel": "",
21                             "rt": ["oic.wk.p"],
22                             "if": ["oic.if.baseline", "oic.if.r"]
23                         }
24                     ],
25                     "permission": 2
26                 },
27                 {
28                     "subjectuuid": "*",
29                     "resources": [
30                         {
31                             "href": "/oic/sec/doxm",
32                             "rel": "",
33                             "rt": ["oic.r.doxm"],
34                             "if": ["oic.if.baseline"]
35                         },
36                         {
37                             "href": "/oic/sec/pstat",
38                             "rel": "",
39                             "rt": ["oic.r.pstat"],
40                             "if": ["oic.if.baseline"]
41                         },
42                         {
43                             "href": "/oic/sec/acl",
44                             "rel": "",
45                             "rt": ["oic.r.acl"],
46                             "if": ["oic.if.baseline"]
47                         },
48                         {
49                             "href": "/oic/sec/cred",
50                             "rel": "",
51                             "rt": ["oic.r.cred"],
52                             "if": ["oic.if.baseline"]
53                         }
54                     ],
55                     "permission": 6
56                 },
57                 {
58                     "subjectuuid": "*",
59                     "resources": [
60                         {
61                             "href": "/oic/sec/pconf",
62                             "rel": "",
63                             "rt": ["oic.r.pconf"],
64                             "if": ["oic.if.baseline"]
65                         },
66                         {
67                             "href": "/oic/sec/dpairing",
68                             "rel": "",
69                             "rt": ["oic.r.dpairing"],
70                             "if": ["oic.if.baseline"]
71                         }
72                     ],
73                     "permission": 6
74                 },
75                 {
76                     "subjectuuid": "*",
77                     "resources": [
78                         {
79                             "href": "/oic/sec/ver",
80                             "rel": "",
81                             "rt": ["oic.r.ver"],
82                             "if": ["oic.if.baseline"]
83                         }
84                     ],
85                     "permission": 2
86                 }
87             ]
88         },
89         "rowneruuid" : ""
90     },
91     "pstat": {
92         "isop": false,
93         "deviceuuid": "",
94         "rowneruuid": "",
95         "cm": 2,
96         "tm": 0,
97         "om": 3,
98         "sm": 3
99         },
100     "doxm": {
101         "oxms": [0, 1],
102         "oxmsel": 0,
103         "sct": 1,
104         "owned": false,
105         "deviceuuid": "",
106         "devowneruuid": "",
107         "rowneruuid": "",
108         "x.org.iotivity.dpc": true
109     }
110 }