GoogleCloudSecuritycenterV2DynamicMuteRecord
import type { GoogleCloudSecuritycenterV2DynamicMuteRecord } from "https://googleapis.deno.dev/v1/securitycenter:v1.ts";
The record of a dynamic mute rule that matches the finding.
interface GoogleCloudSecuritycenterV2DynamicMuteRecord {
matchTime?: Date;
muteConfig?: string;
}