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