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