stateChange property
State change of the finding between the points in time. Possible string values are:
- "UNUSED" : State change is unused, this is the canonical default for this enum.
- "CHANGED" : The finding has changed state in some way between the points in time and existed at both points.
- "UNCHANGED" : The finding has not changed state between the points in time and existed at both points.
- "ADDED" : The finding was created between the points in time.
- "REMOVED" : The finding at timestamp does not match the filter specified, but it did at timestamp - compare_duration.
Implementation
core.String? stateChange;