aboutsummaryrefslogtreecommitdiffstats
path: root/keystone-moon/examples/moon/super_extension/policy/metadata.json
blob: 316bfcb74db469f4657c22ae98d6d8024a0f8045 (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
25
26
{
    "name": "RBAC_metadata",
    "model": "RBAC",
    "genre": "super",
    "description": "",

    "subject_categories": [
        "role"
    ],

    "object_categories": [
        "object_id",
        "action"
    ],

    "meta_rule": {
        "sub_meta_rules": {
            "permission": {
                    "subject_categories": ["role"],
                    "object_categories": ["object_id", "action"],
                    "relation": "permission"
                }
            },
        "aggregation": "and_true_aggregation"
    }
}