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

GoogleCloudSecuritycenterV2IssueResourceApplicationAttributesCriticality

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

Criticality of the Application, Service, or Workload

interface GoogleCloudSecuritycenterV2IssueResourceApplicationAttributesCriticality {
type?:
| "CRITICALITY_TYPE_UNSPECIFIED"
| "MISSION_CRITICAL"
| "HIGH"
| "MEDIUM"
| "LOW";
}

§Properties

§
type?: "CRITICALITY_TYPE_UNSPECIFIED" | "MISSION_CRITICAL" | "HIGH" | "MEDIUM" | "LOW"
[src]

Criticality Type.