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;
}