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

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

§Properties

§
muteInitiator?: string
[src]

The email address of the user who last changed the mute state of the issue.

§
muteReason?: string
[src]

The user-provided reason for muting the issue.

§
readonly muteState?: "MUTE_STATE_UNSPECIFIED" | "NOT_MUTED" | "MUTED"
[src]

Output only. The mute state of the issue.

§
muteUpdateTime?: Date
[src]

The time the issue was muted.