aboutsummaryrefslogtreecommitdiffstats
path: root/keystone-moon/examples/moon/policies/mls_conf/authz/scope.json
blob: f07b0071132cf73cd298b878842d5ccdf1c65e91 (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_admin",
      "vm_access"
    ]
  },

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