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

GoogleCloudSecuritycenterV2Issue

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

Security Command Center Issue.

interface GoogleCloudSecuritycenterV2Issue {
readonly createTime?: Date;
description?: string;
detection?: string;
exposureScore?: number;
issueType?:
| "ISSUE_TYPE_UNSPECIFIED"
| "CHOKEPOINT"
| "TOXIC_COMBINATION"
| "INSIGHT";
lastObservationTime?: Date;
name?: string;
remediations?: string[];
severity?:
| "SEVERITY_UNSPECIFIED"
| "CRITICAL"
| "HIGH"
| "MEDIUM"
| "LOW";
readonly state?: "STATE_UNSPECIFIED" | "ACTIVE" | "INACTIVE";
readonly updateTime?: Date;
}

§Properties

§
readonly createTime?: Date
[src]

Output only. The time the issue was created.

§
description?: string
[src]

The description of the issue in Markdown format.

§
detection?: string
[src]

The finding category or rule name that generated the issue.

§

The domains of the issue.

§
exposureScore?: number
[src]

The exposure score of the issue.

§
issueType?: "ISSUE_TYPE_UNSPECIFIED" | "CHOKEPOINT" | "TOXIC_COMBINATION" | "INSIGHT"
[src]

The type of the issue.

§
lastObservationTime?: Date
[src]

The time the issue was last observed.

§

The mute information of the issue.

§
name?: string
[src]

Identifier. The name of the issue. Format: organizations/{organization}/locations/{location}/issues/{issue}

§

The primary resource associated with the issue.

§

The findings related to the issue.

§
remediations?: string[]
[src]

Approaches to remediate the issue in Markdown format.

§

Additional resources associated with the issue.

§

The security context of the issue.

§
severity?: "SEVERITY_UNSPECIFIED" | "CRITICAL" | "HIGH" | "MEDIUM" | "LOW"
[src]

The severity of the issue.

§
readonly state?: "STATE_UNSPECIFIED" | "ACTIVE" | "INACTIVE"
[src]

Output only. The state of the issue.

§
readonly updateTime?: Date
[src]

Output only. The time the issue was last updated.