aboutsummaryrefslogtreecommitdiffstats
path: root/library/recipes/tvmtool/examples/ut_with_roles/roles/some_slug.json
blob: 15d6ff7e139d2c1e6494a46bf71b8026e4533196 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
    "revision": "foobar",
    "born_date": 1642160000,
    "tvm": {
        "101": {
            "/role/service/auth_type/with_user/access_type/write/handlers/routes/": [{}],
            "/role/service/auth_type/without_user/access_type/read/handlers/blockedphones/": [{}]
        },
        "104": {
            "/role/service/auth_type/without_user/access_type/read/handlers/routes/": [{}]
        }
    },
    "user": {
        "1120000000000001": {
            "/role/user/access_type/read/handlers/all/": [{}],
            "/role/user/access_type/write/handlers/all/": [{}]
        }
    }
}