aboutsummaryrefslogtreecommitdiffstats
path: root/keystone-moon/examples/moon/policies/policy_root/metadata.json
blob: 3e4b0f288af7964b130136cfb1458ee66a965acf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "name": "Root Policy",
    "model": "RBAC",
    "genre": "admin",
    "description": "root extension",

    "subject_categories": [
        "role"
    ],

    "action_categories": [
        "action_id"
    ],

    "object_categories": [
        "object_id"
    ]
}