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;
domains?: GoogleCloudSecuritycenterV2IssueDomain[];
exposureScore?: number;
issueType?:
| "ISSUE_TYPE_UNSPECIFIED"
| "CHOKEPOINT"
| "TOXIC_COMBINATION"
| "INSIGHT";
lastObservationTime?: Date;
name?: string;
primaryResource?: GoogleCloudSecuritycenterV2IssueResource;
relatedFindings?: GoogleCloudSecuritycenterV2IssueFinding[];
remediations?: string[];
secondaryResources?: GoogleCloudSecuritycenterV2IssueResource[];
securityContexts?: GoogleCloudSecuritycenterV2IssueSecurityContext[];
severity?:
| "SEVERITY_UNSPECIFIED"
| "CRITICAL"
| "HIGH"
| "MEDIUM"
| "LOW";
readonly state?: "STATE_UNSPECIFIED" | "ACTIVE" | "INACTIVE";
readonly updateTime?: Date;
}§Properties
§
domains?: GoogleCloudSecuritycenterV2IssueDomain[]
[src]The domains of the issue.
§
issueType?: "ISSUE_TYPE_UNSPECIFIED" | "CHOKEPOINT" | "TOXIC_COMBINATION" | "INSIGHT"
[src]The type of the issue.
§
The mute information of the issue.
§
name?: string
[src]Identifier. The name of the issue. Format: organizations/{organization}/locations/{location}/issues/{issue}
§
primaryResource?: GoogleCloudSecuritycenterV2IssueResource
[src]The primary resource associated with the issue.
§
secondaryResources?: GoogleCloudSecuritycenterV2IssueResource[]
[src]Additional resources associated with the issue.
§
securityContexts?: GoogleCloudSecuritycenterV2IssueSecurityContext[]
[src]The security context of the issue.
§
severity?: "SEVERITY_UNSPECIFIED" | "CRITICAL" | "HIGH" | "MEDIUM" | "LOW"
[src]The severity of the issue.