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

FirewallPolicyAssociation

import type { FirewallPolicyAssociation } from "https://googleapis.deno.dev/v1/compute:v1.ts";
interface FirewallPolicyAssociation {
attachmentTarget?: string;
displayName?: string;
firewallPolicyId?: string;
name?: string;
shortName?: string;
}

§Properties

§
attachmentTarget?: string
[src]

The target that the firewall policy is attached to.

§
displayName?: string
[src]

[Output Only] Deprecated, please use short name instead. The display name of the firewall policy of the association.

§
firewallPolicyId?: string
[src]

[Output Only] The firewall policy ID of the association.

§
name?: string
[src]

The name for an association.

§
shortName?: string
[src]

[Output Only] The short name of the firewall policy of the association.