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

GoogleCloudSecuritycenterV2IssueDomain

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

The domains of an issue.

interface GoogleCloudSecuritycenterV2IssueDomain {
domainCategory?:
| "DOMAIN_CATEGORY_UNSPECIFIED"
| "AI"
| "CODE"
| "CONTAINER"
| "DATA"
| "IDENTITY_AND_ACCESS"
| "VULNERABILITY"
| "THREAT";
}

§Properties

§
domainCategory?: "DOMAIN_CATEGORY_UNSPECIFIED" | "AI" | "CODE" | "CONTAINER" | "DATA" | "IDENTITY_AND_ACCESS" | "VULNERABILITY" | "THREAT"
[src]

The domain category of the issue.