aboutsummaryrefslogtreecommitdiffstats
path: root/keystone-moon/examples/moon/policies/policy_authz/metadata.json
blob: 4a5a5a1a538e79d5412b74e890c85c4e23443dc4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
    "name": "MLS_metadata",
    "model": "MLS",
    "genre": "authz",
    "description": "Multi Layer Security authorization policy",

    "subject_categories": [
        "subject_security_level",
		"domain",
		"role"
    ],

    "action_categories": [
        "resource_action",
        "access"
    ],

    "object_categories": [
        "object_security_level",
		"type",
		"id"
    ]
}