aboutsummaryrefslogtreecommitdiffstats
path: root/tests/policy/apex-pdp/data/pdp_update.json
blob: 5b4dfde76b2493f164dae73bb66a9fdc54d972b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "groups": [
        {
            "name": "defaultGroup",
            "deploymentSubgroups": [
                {
                    "pdpType": "apex",
                    "action": "POST",
                    "policies": [{
                            "name": "operational.apex.sampledomain",
                            "version": "1.0.0"
                        }]
                }
            ]
        }
    ]
}