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

GoogleCloudSecuritycenterV1ResourceApplicationAttributesCriticality

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

Criticality of the Application, Service, or Workload

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

§Properties

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

Criticality Type.