Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

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[];
}

§Properties

§
readonly encodedLocations?: string
[src]

Output only. The hex encoded bitmap of the trust boundary locations

§
readonly locations?: string[]
[src]

Output only. The human readable trust boundary locations. For example, ["us-central1", "europe-west1"]