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

DynamicMuteRecord

import type { DynamicMuteRecord } from "https://googleapis.deno.dev/v1/securitycenter:v1.ts";

The record of a dynamic mute rule that matches the finding.

interface DynamicMuteRecord {
matchTime?: Date;
muteConfig?: string;
}

§Properties

§
matchTime?: Date
[src]

When the dynamic mute rule first matched the finding.

§
muteConfig?: string
[src]

The relative resource name of the mute rule, represented by a mute config, that created this record, for example organizations/123/muteConfigs/mymuteconfig or organizations/123/locations/global/muteConfigs/mymuteconfig.