GoogleCloudSecuritycenterV2ResourceApplicationAttributesCriticality
import type { GoogleCloudSecuritycenterV2ResourceApplicationAttributesCriticality } from "https://googleapis.deno.dev/v1/securitycenter:v1.ts";Criticality of the Application, Service, or Workload
interface GoogleCloudSecuritycenterV2ResourceApplicationAttributesCriticality {
type?:
} | "CRITICALITY_TYPE_UNSPECIFIED"
| "MISSION_CRITICAL"
| "HIGH"
| "MEDIUM"
| "LOW";