PolicySnapshot
import type { PolicySnapshot } from "https://googleapis.deno.dev/v1/monitoring:v3.ts";
The state of the policy at the time the alert was generated.
interface PolicySnapshot {
displayName?: string;
name?: string;
severity?:
| "SEVERITY_UNSPECIFIED"
| "CRITICAL"
| "ERROR"
| "WARNING";
userLabels?: {};
}[key: string]: string;