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

SecurityPolicyAssociation

import type { SecurityPolicyAssociation } from "https://googleapis.deno.dev/v1/compute:v1.ts";
interface SecurityPolicyAssociation {
attachmentId?: string;
readonly displayName?: string;
excludedFolders?: string[];
excludedProjects?: string[];
name?: string;
readonly securityPolicyId?: string;
readonly shortName?: string;
}

§Properties

§
attachmentId?: string
[src]

The resource that the security policy is attached to.

§
readonly displayName?: string
[src]

Output only. [Output Only] The display name of the security policy of the association.

§
excludedFolders?: string[]
[src]

A list of folders to exclude from the security policy.

§
excludedProjects?: string[]
[src]

A list of projects to exclude from the security policy.

§
name?: string
[src]

The name for an association.

§
readonly securityPolicyId?: string
[src]

Output only. [Output Only] The security policy ID of the association.

§
readonly shortName?: string
[src]

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