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