aboutsummaryrefslogtreecommitdiffstats
path: root/keystone-moon/examples/moon/policies/policy_rbac_admin/scope.json
blob: faf06d2c1eb881095ff095c8b8fde61ee52d9988 (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
31
32
33
34
35
{
  "subject_category_scope": {
    "role": [
      "admin"
    ]
  },

  "action_category_scope": {
    "ie_action": [
      "ie_access",
      "ie_admin"
    ]
  },

  "object_category_scope": {
    "id": [
        "subjects",
        "objects",
        "actions",
        "subject_categories",
        "object_categories",
        "action_categories",
        "subject_category_scope",
        "object_category_scope",
        "action_category_scope",
        "sub_rules",
        "sub_meta_rule",
        "subject_assignments",
        "object_assignments",
        "action_assignments",
        "sub_meta_rule_relations",
        "aggregation_algorithms"
      ]
    }
}