GoogleCloudSecuritycenterV2IssueMute
import type { GoogleCloudSecuritycenterV2IssueMute } from "https://googleapis.deno.dev/v1/securitycenter:v1.ts";
The mute information of the issue.
interface GoogleCloudSecuritycenterV2IssueMute {
muteInitiator?: string;
muteReason?: string;
readonly muteState?: "MUTE_STATE_UNSPECIFIED" | "NOT_MUTED" | "MUTED";
muteUpdateTime?: Date;
}