latestOpenAPI 3.1.02026-08-197104501.1 MB
8fbaab4fc7c5
policy_resolve
Estimate Attachment Impact
Estimate how many keys and teams would be affected by a policy attachment.
Use this before creating an attachment to preview the blast radius.
Example Request:
curl -X POST "http://localhost:4000/policies/attachments/estimate-impact" \
-H "Authorization: Bearer <your_api_key>" \
-H "Content-Type: application/json" \
-d '{
"policy_name": "hipaa-compliance",
"tags": ["healthcare", "health-*"]
}'
post/policies/attachments/estimate-impact
Request body
Response
Successful Response