GroupMembership
import type { GroupMembership } from "https://googleapis.deno.dev/v1/securitycenter:v1.ts";
Contains details about groups of which this finding is a member. A group is a collection of findings that are related in some way.
interface GroupMembership {
groupId?: string;
groupType?: "GROUP_TYPE_UNSPECIFIED" | "GROUP_TYPE_TOXIC_COMBINATION" | "GROUP_TYPE_CHOKEPOINT";
}