Imported Upstream version 0.9.2
[platform/upstream/iotivity.git] / resource / csdk / security / unittest / oic_unittest_default_acl.json
1 {
2     "acl": [
3         {
4             "sub": "Kg==",
5             "rsrc": [
6                 "/oic/res",
7                 "/oic/d",
8                 "/oic/p",
9                 "/oic/res/types/d",
10                 "/oic/ad",
11                 "/oic/sec/acl",
12                 "/oic/sec/doxm",
13                 "/oic/sec/pstat"
14                         ],
15                         "perms": 2,
16                         "ownrs" : [
17                                 "MjIyMjIyMjIyMjIyMjIyMg=="
18                         ]
19                 }
20         ]
21 }