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

GoogleCloudSecuritycenterV2GroupMembership

import type { GoogleCloudSecuritycenterV2GroupMembership } 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 GoogleCloudSecuritycenterV2GroupMembership {
groupId?: string;
groupType?: "GROUP_TYPE_UNSPECIFIED" | "GROUP_TYPE_TOXIC_COMBINATION" | "GROUP_TYPE_CHOKEPOINT";
}

§Properties

§
groupId?: string
[src]

ID of the group.

§
groupType?: "GROUP_TYPE_UNSPECIFIED" | "GROUP_TYPE_TOXIC_COMBINATION" | "GROUP_TYPE_CHOKEPOINT"
[src]

Type of group.