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";