WorkloadIdentityPoolAllowedLocations
import type { WorkloadIdentityPoolAllowedLocations } from "https://googleapis.deno.dev/v1/iamcredentials:v1.ts";
Represents a list of allowed locations for given workload identity pool.
interface WorkloadIdentityPoolAllowedLocations {
readonly encodedLocations?: string;
readonly locations?: string[];
}