aboutsummaryrefslogtreecommitdiffstats
path: root/keystone-moon/examples/moon/policies/policy_super/scope.json
blob: d581c74772ac29c1da4681cea4504113c58c75de (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
{
  "subject_scopes": {
    "role": [
      "admin"
    ]
  },

  "action_scopes": {
    "action_id": [
      "read",
      "write"
    ]
  },

  "object_scopes": {
    "object_id": [
        "templates",
        "aggregation_algorithms",
        "sub_meta_rule_algorithms",
        "tenants",
        "intra_extensions"
      ]
    }
}