2074cc22d2ed2f9164b18e1eb8802c4be27e35b2
[platform/upstream/iotivity.git] / resource / csdk / security / provisioning / ck_manager / sample / oic_svr_db_light.json
1 {
2     "acl": {
3                 "aclist":{
4                         "aces":[
5                                 {
6                                         "subjectuuid": "*",
7                                         "resources": [
8                                                 {
9                                                         "href": "/oic/res",
10                                                         "rt": "",
11                                                         "if": ""
12                                                 },
13                                                 {
14                                                         "href": "/oic/res/d",
15                                                         "rt": "",
16                                                         "if": ""
17                                                 },
18                                                 {
19                                                         "href": "/oic/res/types/d",
20                                                         "rt": "",
21                                                         "if": ""
22                                                 },
23                                                 {
24                                                         "href": "/oic/presence",
25                                                         "rt": "",
26                                                         "if": ""
27                                                 }
28                                         ],
29                                         "permission": 2
30                                 },
31                                 {
32                                         "subjectuuid": "*",
33                                         "resources": [
34                                                 {
35                                                         "href": "/oic/sec/doxm",
36                                                         "rt": "",
37                                                         "if": ""
38                                                 },
39                                                 {
40                                                         "href": "/oic/sec/pstat",
41                                                         "rt": "",
42                                                         "if": ""
43                                                 },
44                                                 {
45                                                         "href": "/oic/sec/acl",
46                                                         "rt": "",
47                                                         "if": ""
48                                                 },
49                                                 {
50                                                         "href": "/oic/sec/crl",
51                                                         "rt": "",
52                                                         "if": ""
53                                                 },
54                                                 {
55                                                         "href": "/oic/sec/cred",
56                                                         "rt": "",
57                                                         "if": ""
58                                                 }
59                                         ],
60                                         "permission": 6
61                                 }
62                         ]
63                 },
64                 "rowneruuid" : "6C696768-7444-6576-6963-655555494430"
65         },
66         "pstat":        {
67                 "isop": false,
68                 "deviceuuid":   "6C696768-7444-6576-6963-655555494430",
69                 "rowneruuid":   "6C696768-7444-6576-6963-655555494430",
70                 "cm":   2,
71                 "tm":   0,
72                 "om":   3,
73                 "sm":   3
74         },
75         "doxm": {
76                 "oxms": [0],
77                 "oxmsel": 0,
78                 "sct": 1,
79                 "owned": false,
80                 "dpc": false,
81                 "didformat": 0,
82                 "deviceuuid":   "6C696768-7444-6576-6963-655555494430",
83                 "rowneruuid":   "6C696768-7444-6576-6963-655555494430"
84         }
85 }