aboutsummaryrefslogtreecommitdiffstats
path: root/keystone-moon/examples/moon/policies/policy_super/perimeter.json
blob: e0be02fa2f10d0d08067c6e25f0fb3d27bedd7a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
    "subjects": [
        "super_admin"
    ],
    "actions": [
        "read",
        "write"
    ],
    "objects": [
        "templates",
        "aggregation_algorithms",
        "sub_meta_rule_algorithms",
        "tenants"
    ]
}