aboutsummaryrefslogtreecommitdiffstats
path: root/keystone-moon/examples/moon/policies/policy_admin/perimeter.json
blob: 7716986d49dbf0d5316cd021762001200c4e8559 (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",
        "rules",
        "subject_assignments",
        "object_assignments",
        "action_assignments",
        "sub_meta_rule_algorithm",
        "aggregation_algorithm",
        "sub_meta_rules"
    ]
}