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

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

§Properties

§
readonly createTime?: Date
[src]
§
readonly cryptoKeyName?: string
[src]
§
description?: string
[src]
§
expiryTime?: Date
[src]
§
filter?: string
[src]
§
readonly mostRecentEditor?: string
[src]
§
name?: string
[src]
§
type?: "MUTE_CONFIG_TYPE_UNSPECIFIED" | "STATIC" | "DYNAMIC"
[src]
§
readonly updateTime?: Date
[src]