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

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";
}

§Properties

§
applyTime?: Date
[src]

When the static mute was applied.

§
state?: "MUTE_UNSPECIFIED" | "MUTED" | "UNMUTED" | "UNDEFINED"
[src]

The static mute state. If the value is MUTED or UNMUTED, then the finding's overall mute state will have the same value.