aboutsummaryrefslogtreecommitdiffstats
path: root/moon_orchestrator/conf/policies/policy_root/metadata.json
blob: 9dd7a928bfa8932e154722e75b227f3343b93d89 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
    "name": "Root Policy",
    "model": "RBAC",
    "genre": "admin",
    "description": "root extension",
    "pdp_pipeline": ["authz:rbac_rule"],

    "subject_categories": [
        "role"
    ],

    "action_categories": [
        "action_id"
    ],

    "object_categories": [
        "object_id"
    ]
}