Google Cloud Platform (GCP) - Validate Service Account pattern is failing when service account is a folder instead of a projectDescriptionGoogle Cloud Platform (GCP) - Validate Service Account pattern is failing when service account is a folder instead of a project (Broken in latest Visibility Content Plugin - 6.9.0)Steps to Reproduce Run GCP discoveries. If service account is a folder, then "Google Cloud Platform (GCP) - Validate Service Account" fails at step Get Single GCP Account, and gives error below in step "Verify if we have any valid response":2023-09-05 11:00:09: Pattern exit because Graceful Termination, reason: Provided account id is neither a GCP Folder nor a GCP Project Failed Condition(s): [(${projects} : value=) IS NOT EMPTY ]WorkaroundIf you are able to upgrade, review the "Intended Fix Version" section below to determine the versions that have a permanent fix. If upgrade is not possible, you can use below workaround. Modify pattern "Google Cloud Platform (GCP) - Validate Service Account" Step 5. Parse Folder 1> change variable folderinfo to folderInfo. The lowercase will cause conditions in following steps to fail. 2> click on "Advanced" Parsing Options - it's missing Root Path here, add: /root 3> also change /root/lifecycleState/text() to /root/state/text(), Related Problem: PRB1657208