aboutsummaryrefslogtreecommitdiffstats
path: root/keystone-moon/examples/moon/policies/policy_super/scope.json
blob: bac0b47a2850ef9324538560027faab2016683b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "subject_scopes": {
    "role": [
      "admin"
    ]
  },

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

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