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

GceInstanceFilter

import type { GceInstanceFilter } from "https://googleapis.deno.dev/v1/workloadmanager:v1.ts";

A filter for matching Compute Engine instances.

interface GceInstanceFilter {
serviceAccounts?: string[];
}

§Properties

§
serviceAccounts?: string[]
[src]

If non-empty, only Compute Engine instances associated with at least one of the provided service accounts will be included in the evaluation.