Skip to content

Instantly share code, notes, and snippets.

@ApigeeSamples
Created June 14, 2012 10:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ApigeeSamples/2929432 to your computer and use it in GitHub Desktop.
Save ApigeeSamples/2929432 to your computer and use it in GitHub Desktop.
JSON Threat Protection policy
<JSONThreatProtection name="mypolicy">
<Source>request</Source>
<ContainerDepth>10</ContainerDepth>
<ObjectEntryCount>15</ObjectEntryCount>
<ArrayElementCount>20</ArrayElementCount>
<ObjectEntryNameLength>50</ObjectEntryNameLength>
<StringValueLength>100</StringValueLength>
</JSONThreatProtection>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment