aboutsummaryrefslogtreecommitdiffstats
path: root/keystone-moon/examples/moon/policies/policy_admin/scope.json
blob: 3742a5e4dbe10c8324e1f588d34d895659e7fbd8 (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
36
37
38
39
{
  "subject_scopes": {
    "role": [
      "admin"
    ],
    "domain": [
      "ft",
      "xx"
    ]
  },

  "action_scopes": {
    "access": [
      "admin",
      "user"
    ]
  },

  "object_scopes": {
    "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"
      ]
    }
}