GoogleCloudSecuritycenterV1ResourceApplicationAttributesEnvironment
import type { GoogleCloudSecuritycenterV1ResourceApplicationAttributesEnvironment } from "https://googleapis.deno.dev/v1/securitycenter:v1.ts";Environment of the Application, Service, or Workload
interface GoogleCloudSecuritycenterV1ResourceApplicationAttributesEnvironment {
type?:
} | "ENVIRONMENT_TYPE_UNSPECIFIED"
| "PRODUCTION"
| "STAGING"
| "TEST"
| "DEVELOPMENT";