ViolationHistoryEntry
A single entry in a policy violation's history timeline.
Fields
| Field | Type | Description |
|---|---|---|
| actorName | String! | User who performed the action. |
| details | ViolationHistoryDetailsUnion | Per-event-type details. Unset for HISTORY_EVENT_CREATED. |
| eventType | ViolationHistoryEventType! | Type of event this entry represents. |
| timestamp | DateTime | Timestamp at which the event occurred. |
Used By
Queries
- query: policyViolationHistoryEntries (via connection)