aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/src/test/resources/example/policy/pdp-group-policy-payload.json
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/src/test/resources/example/policy/pdp-group-policy-payload.json')
-rw-r--r--runtime/src/test/resources/example/policy/pdp-group-policy-payload.json54
1 files changed, 54 insertions, 0 deletions
diff --git a/runtime/src/test/resources/example/policy/pdp-group-policy-payload.json b/runtime/src/test/resources/example/policy/pdp-group-policy-payload.json
new file mode 100644
index 000000000..897fb43be
--- /dev/null
+++ b/runtime/src/test/resources/example/policy/pdp-group-policy-payload.json
@@ -0,0 +1,54 @@
+{
+ "groups": [
+ {
+ "name": "pdpGroup2",
+ "deploymentSubgroups": [
+ {
+ "pdpType": "pdpSubgroup2",
+ "action": "POST",
+ "policies": [
+ {
+ "name": "opLegacyPolicy",
+ "version": "1.0.0"
+ }
+ ]
+ },
+ {
+ "pdpType": "pdpSubgroup2",
+ "action": "POST",
+ "policies": [
+ {
+ "name": "opPolicy",
+ "version": "1.0.0"
+ }
+ ]
+ },
+ {
+ "pdpType": "pdpSubgroup1",
+ "action": "POST",
+ "policies": [
+ {
+ "name": "configPolicyTest2",
+ "version": "1.0.0"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "name": "pdpGroup1",
+ "deploymentSubgroups": [
+ {
+ "pdpType": "pdpSubgroup1",
+ "action": "POST",
+ "policies": [
+ {
+ "name": "configPolicyTest",
+ "version": "1.0.0"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+} \ No newline at end of file