currently I am working one some ways to test the capabilities of Google Cloud Stackdriver and how to automate most of it. During my tests, I have to create different policies and checks, but Google Cloud Platform needs a long time until it checks one policy and sends out a notification. I know from my GCP exam, that the supported and best practice way to do test in Stackdriver is by triggering a policy as "dry run".
Unfortunately I can't find any documentation or commands in the Google Cloud SDK on how to call this dry run and test my policies - without waiting 15 minutes for the initial check.
Does anyone know how to do this?