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

GoogleCloudSecuritycenterV2IssueResourceApplicationAttributesEnvironment

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

Environment of the Application, Service, or Workload

interface GoogleCloudSecuritycenterV2IssueResourceApplicationAttributesEnvironment {
type?:
| "ENVIRONMENT_TYPE_UNSPECIFIED"
| "PRODUCTION"
| "STAGING"
| "TEST"
| "DEVELOPMENT";
}

§Properties

§
type?: "ENVIRONMENT_TYPE_UNSPECIFIED" | "PRODUCTION" | "STAGING" | "TEST" | "DEVELOPMENT"
[src]

Environment Type.