aboutsummaryrefslogtreecommitdiffstats
path: root/keystone-moon/examples/moon/policies/policy_mls_authz/scope.json
blob: d3146acb46c1cec2d739f3ad9991af1ca93f1be6 (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_category_scope": {
    "subject_security_level": [
      "high",
      "medium",
      "low"
    ]
  },

  "action_category_scope": {
    "computing_action": [
      "vm_access",
      "vm_admin"
    ]
  },

  "object_category_scope": {
    "object_security_level": [
      "high",
      "medium",
      "low"
      ]
    }
}