aboutsummaryrefslogtreecommitdiffstats
path: root/keystone-moon/examples/moon/policies/policy_admin/perimeter.json
blob: b5edec1c073007a1635514e04363fce91b3887d8 (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
{
    "subjects": [
        "admin",
        "demo"
    ],
    "actions": [
        "read",
        "write",
        "create",
        "delete"
    ],
    "objects": [
        "subjects",
        "objects",
        "actions",
        "subject_categories",
        "object_categories",
        "action_categories",
        "subject_category_scope",
        "object_category_scope",
        "action_category_scope",
        "sub_rules",
        "subject_assignments",
        "object_assignments",
        "action_assignments",
        "sub_meta_rule_relations",
        "aggregation_algorithms",
        "sub_meta_rule"
    ]
}