GoogleCloudSecuritycenterV2MuteConfig
import type { GoogleCloudSecuritycenterV2MuteConfig } from "https://googleapis.deno.dev/v1/securitycenter:v1.ts";interface GoogleCloudSecuritycenterV2MuteConfig {
readonly createTime?: Date;
readonly cryptoKeyName?: string;
description?: string;
expiryTime?: Date;
filter?: string;
readonly mostRecentEditor?: string;
name?: string;
type?: "MUTE_CONFIG_TYPE_UNSPECIFIED" | "STATIC" | "DYNAMIC";
readonly updateTime?: Date;
}