GoogleCloudSecuritycenterV2IssueSecurityContextAggregatedCount
import type { GoogleCloudSecuritycenterV2IssueSecurityContextAggregatedCount } from "https://googleapis.deno.dev/v1/securitycenter:v1.ts";
Aggregated count of a security context.
interface GoogleCloudSecuritycenterV2IssueSecurityContextAggregatedCount {
key?: string;
value?: number;
}