aboutsummaryrefslogtreecommitdiffstats
path: root/csit/resources/tests/data/policy_deploy.json
diff options
context:
space:
mode:
Diffstat (limited to 'csit/resources/tests/data/policy_deploy.json')
-rw-r--r--csit/resources/tests/data/policy_deploy.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/csit/resources/tests/data/policy_deploy.json b/csit/resources/tests/data/policy_deploy.json
new file mode 100644
index 00000000..e13f06ad
--- /dev/null
+++ b/csit/resources/tests/data/policy_deploy.json
@@ -0,0 +1,17 @@
+{
+ "groups": [
+ {
+ "name": "defaultGroup",
+ "deploymentSubgroups": [
+ {
+ "pdpType": "apex",
+ "action": "POST",
+ "policies": [{
+ "name": "{policyName}",
+ "version": "1.0.0"
+ }]
+ }
+ ]
+ }
+ ]
+}