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

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

§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"]