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;
displayName?: string;
excludedFolders?: string[];
excludedProjects?: string[];
name?: string;
securityPolicyId?: string;
shortName?: string;
}

§Properties

§
attachmentId?: string
[src]

The resource that the security policy is attached to.

§
displayName?: string
[src]

[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.

§
securityPolicyId?: string
[src]

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

§
shortName?: string
[src]

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