RESPONSE WITH VIOLATION
{
"id": "...",
"findings": [
{
"beforeContext": "...",
"finding": "...",
"afterContext": "...",
"redactedFinding": "...",
"detectorId": "...",
"confidence": ...,
"scope": "..."
},
"detectionRules": [
{
"id": "...",
"name": "...",
"description": "...",
"detectorTrigger": "..."
}, ...
],
"user": {
"id": "...",
"email": "...",
"role": "...",
"firstName": "...",
"lastName": "...",
"status": ...,
}
"integration": {
"id": "",
"name": "API",
"integrationStatusType": ,
"scope": [...],
"automatedActions": [...],
"alerting": [...]
},
"policy": {
"id": "...",
"name": "...",
"description": "...",
"scope": {
"id": "...",
"location": {...}
},
"detectionRules": [
{ ... },
],
"action": {
"id": "...",
"delete": {
"timing": "AFTER",
"time": 1,
"unit": "1"
"active": true
},
"redact": {
"active": false
},
"block": {
"active": false
}
},
"alerting": {
"id": "...",
"slack": {},
"email": {
"address": "..."
},
"webhook": {
"endpoint": "...",
"secret": "..."
}
},
}