GoogleCloudSecuritycenterV2MuteInfo
import type { GoogleCloudSecuritycenterV2MuteInfo } from "https://googleapis.deno.dev/v1/securitycenter:v1.ts";
Mute information about the finding, including whether the finding has a static mute or any matching dynamic mute rules.
interface GoogleCloudSecuritycenterV2MuteInfo {
dynamicMuteRecords?: GoogleCloudSecuritycenterV2DynamicMuteRecord[];
staticMute?: GoogleCloudSecuritycenterV2StaticMute;
}§Properties
§
dynamicMuteRecords?: GoogleCloudSecuritycenterV2DynamicMuteRecord[]
[src]The list of dynamic mute rules that currently match the finding.
§
staticMute?: GoogleCloudSecuritycenterV2StaticMute
[src]If set, the static mute applied to this finding. Static mutes override dynamic mutes. If unset, there is no static mute.