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."],[[["The content provides a historical overview of different versions for the `StateChange` enum within the `Google.Cloud.SecurityCenter.V1` namespace, ranging from version 2.2.0 up to the latest 3.24.0."],["The `StateChange` enum represents the change in the state of a security finding, and it can be one of five values: `Added`, `Changed`, `Removed`, `Unchanged`, or `Unused`."],["The `Removed` state change indicates that a finding no longer matches the filter criteria at the current timestamp but did match at a previous timestamp defined by the compare duration."],["Each version of the `StateChange` enum, including the latest version, provides a link to its respective documentation page within the Google Cloud Security Center."],["The `Unused` state is specified as the default value when the state change is unused, such as when there is no compare duration specified."]]],[]]