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

FirewallPoliciesListAssociationsOptions

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

Additional options for Compute#firewallPoliciesListAssociations.

interface FirewallPoliciesListAssociationsOptions {
includeInheritedPolicies?: boolean;
targetResource?: string;
}

§Properties

§
includeInheritedPolicies?: boolean
[src]

If set to "true", the response will contain a list of all associations for the containing folders and the containing organization of the target. The parameter has no effect if the target is an organization.

§
targetResource?: string
[src]

The target resource to list associations. It is an organization, or a folder.