According to the documentation:
an example of creating an identity pool would be
gcloud iam workload-identity-pools create my-workload-identity-pool --location="global" --display-name="My workload pool" --description="My workload pool description" --disabled
What does the location global mean? What is the purpose of this argument? It is apparently not a location like us-central1 but a logical location.
Which values are available? I don't find any good documentation on this so i am asking.