Reference documentation and code samples for the Google Cloud Security Command Center v1 API enum ListFindingsResponse.Types.ListFindingsResult.Types.StateChange.
The change in state of the finding.
When querying across two points in time this describes
the change in the finding between the two points: CHANGED, UNCHANGED,
ADDED, or REMOVED. Findings can not be deleted, so REMOVED implies that
the finding at timestamp does not match the filter specified, but it did
at timestamp - compare_duration. If there was no compare_duration
supplied in the request the state change will be: UNUSED
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This page provides reference documentation for the `ListFindingsResponse.Types.ListFindingsResult.Types.StateChange` enum within the Google Cloud Security Command Center v1 API."],["The `StateChange` enum tracks the status of a finding over time, with possible values including `Added`, `Changed`, `Removed`, `Unchanged`, and `Unused`."],["The latest version documented is 3.24.0, but multiple past versions from 2.2.0 to 3.23.0 are also available, alongside their dedicated documentation pages, linked here."],["The `StateChange` field descriptions within the documentation detail how a finding's state is determined, such as whether it was newly created (`Added`), modified (`Changed`), no longer matches the specified filter (`Removed`), or has remained the same (`Unchanged`) between two points in time."],["The `Unused` value of the enum represents the default state, indicating that no comparison was made to another time frame."]]],[]]