GoogleCloudSecuritycenterV2StaticMute
import type { GoogleCloudSecuritycenterV2StaticMute } from "https://googleapis.deno.dev/v1/securitycenter:v1.ts";
Information about the static mute state. A static mute state overrides any dynamic mute rules that apply to this finding. The static mute state can be set by a static mute rule or by muting the finding directly.
interface GoogleCloudSecuritycenterV2StaticMute {
applyTime?: Date;
state?:
} | "MUTE_UNSPECIFIED"
| "MUTED"
| "UNMUTED"
| "UNDEFINED";