summaryrefslogtreecommitdiff
path: root/resource/csdk/stack/samples/linux/secure/oic_svr_db_client_directpairing.json
blob: a26d85a8a4c8fb767cd25685a069b71cebdf1472 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
{
    "acl": {
        "aclist2": [
            {
                "aceid": 1,
                "subject": {
                  "conntype": "anon-clear"
                },
                "resources": [
                    {
                        "href": "/oic/res",
                        "rel": "",
                        "rt": ["oic.wk.res"],
                        "if": ["oic.if.ll"]
                    },{
                        "href": "/oic/d",
                        "rel": "",
                        "rt": ["oic.wk.d"],
                        "if": ["oic.if.baseline", "oic.if.r"]
                    },{
                        "href": "/oic/p",
                        "rel": "",
                        "rt": ["oic.wk.p"],
                        "if": ["oic.if.baseline", "oic.if.r"]
                    }
                ],
                "permission": 2
            },
            {
                "aceid": 2,
                "subject": {
                  "conntype": "auth-crypt"
                },
                "resources": [
                    {
                        "href": "/oic/res",
                        "rel": "",
                        "rt": ["oic.wk.res"],
                        "if": ["oic.if.ll"]
                    },{
                        "href": "/oic/d",
                        "rel": "",
                        "rt": ["oic.wk.d"],
                        "if": ["oic.if.baseline", "oic.if.r"]
                    },{
                        "href": "/oic/p",
                        "rel": "",
                        "rt": ["oic.wk.p"],
                        "if": ["oic.if.baseline", "oic.if.r"]
                    }
                ],
                "permission": 2
            },
            {
                "aceid": 3,
                "subject": {
                  "conntype": "anon-clear"
                },
                "resources": [
                    {
                        "href": "/oic/sec/doxm",
                        "rel": "",
                        "rt": ["oic.r.doxm"],
                        "if": ["oic.if.baseline"]
                    }
                ],
                "permission": 6
            },
            {
                "aceid": 4,
                "subject": {
                  "conntype": "auth-crypt"
                },
                "resources": [
                    {
                        "href": "/oic/sec/doxm",
                        "rel": "",
                        "rt": ["oic.r.doxm"],
                        "if": ["oic.if.baseline"]
                    }
                ],
                "permission": 6
            }
        ],
        "rowneruuid" : "64697265-6374-7061-6972-696e67446576"
    },
    "pstat": {
        "dos": {"s": 1, "p": false},
        "isop": false,
        "deviceuuid": "64697265-6374-7061-6972-696e67446576",
        "rowneruuid": "64697265-6374-7061-6972-696e67446576",
        "cm": 2,
        "tm": 0,
        "om": 4,
        "sm": 4
        },
    "doxm": {
        "oxms": [0],
        "oxmsel": 0,
        "sct": 1,
        "owned": false,
        "deviceuuid": "64697265-6374-7061-6972-696e67446576",
        "devowneruuid": "",
        "rowneruuid": "64697265-6374-7061-6972-696e67446576"
    }
}