You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: USAGE-v5.3.md
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,15 @@ The JSON schema is self explanatory. See also the [sample Postman collection](/c
48
48
-`.output.nginxone.certificates[].type` the item type ('certificate', 'key', 'chain')
49
49
-`.output.nginxone.certificates[].name` the certificate/key/chain name with no path/extension (ie. 'test-application')
50
50
-`.output.nginxone.certificates[].contents` the content: this can be either base64-encoded or be a HTTP(S) URL that will be fetched dynamically from a source of truth
51
+
-`.output.nginxone.policies[]` an optional array of NGINX App Protect security policies
52
+
-`.output.nginxone.policies[].type` the policy type ('app_protect')
53
+
-`.output.nginxone.policies[].name` the policy name (ie. 'prod-policy')
54
+
-`.output.nginxone.policies[].active_tag` the policy tag to enable among all available versions (ie. 'v1')
55
+
-`.output.nginxone.policies[].versions[]` array with all available policy versions
56
+
-`.output.nginxone.policies[].versions[].tag` the policy version's tag name
57
+
-`.output.nginxone.policies[].versions[].displayName` the policy version's display name
58
+
-`.output.nginxone.policies[].versions[].description` the policy version's description
59
+
-`.output.nginxone.policies[].versions[].contents` this can be either base64-encoded or be a HTTP(S) URL that will be fetched dynamically from a source of truth
51
60
-`.declaration` describes the NGINX configuration to be created
0 commit comments