For the complete documentation index, see llms.txt. This page is also available as Markdown.

Unified Application Security policies

Description
Endpoint

Create a new policy define conditions target scopes and triggers

POST /public_api/appsec/v1/policies

Retrieve a list of all Unified Application Security Policies

GET /public_api/appsec/v1/policies

Retrieve full configuration details of a specific policy by ID

GET /public_api/appsec/v1/policies/{policyId}

Update an existing policys configuration

PUT /public_api/appsec/v1/policies/{policyId}

Delete a policy from your environment

DELETE /public_api/appsec/v1/policies/{policyId}

Last updated

Was this helpful?