ComplianceIncidentEvent
Type: Object
Security or privacy incident report related to a tracked item. Includes incident type, severity, description, remediation steps, and whether breach notification is required.
Fields
| Name | Type | Args | Description | Deprecated |
|---|---|---|---|---|
| affectedRecordCount | Int | Number of customer records affected | ||
| breachNotificationRequired | Boolean! | Whether external breach notification is required for this incident | ||
| correctiveAction | String | |||
| description | String! | Detailed description of what happened for investigators | ||
| incidentTicketId | String | Reference to incident management system | ||
| incidentType | String! | Categorized type of incident used for classification and routing | ||
| preventiveAction | String | |||
| reportedAt | DateTime! | When the incident was reported into the system | ||
| resolvedAt | DateTime | |||
| rootCause | String | |||
| severity | IncidentSeverity! | Severity level of the incident for prioritization |