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

GoogleCloudSecuritycenterV2ExternalSystem

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

Representation of third party SIEM/SOAR fields within SCC.

interface GoogleCloudSecuritycenterV2ExternalSystem {
assignees?: string[];
caseCloseTime?: Date;
caseCreateTime?: Date;
casePriority?: string;
caseSla?: Date;
caseUri?: string;
externalSystemUpdateTime?: Date;
externalUid?: string;
name?: string;
status?: string;
}

§Properties

§
assignees?: string[]
[src]

References primary/secondary etc assignees in the external system.

§
caseCloseTime?: Date
[src]

The time when the case was closed, as reported by the external system.

§
caseCreateTime?: Date
[src]

The time when the case was created, as reported by the external system.

§
casePriority?: string
[src]

The priority of the finding's corresponding case in the external system.

§
caseSla?: Date
[src]

The SLA of the finding's corresponding case in the external system.

§
caseUri?: string
[src]

The link to the finding's corresponding case in the external system.

§
externalSystemUpdateTime?: Date
[src]

The time when the case was last updated, as reported by the external system.

§
externalUid?: string
[src]

The identifier that's used to track the finding's corresponding case in the external system.

§
name?: string
[src]

Full resource name of the external system. The following list shows some examples: + organizations/1234/sources/5678/findings/123456/externalSystems/jira + organizations/1234/sources/5678/locations/us/findings/123456/externalSystems/jira

  • folders/1234/sources/5678/findings/123456/externalSystems/jira + folders/1234/sources/5678/locations/us/findings/123456/externalSystems/jira
  • projects/1234/sources/5678/findings/123456/externalSystems/jira + projects/1234/sources/5678/locations/us/findings/123456/externalSystems/jira
§
status?: string
[src]

The most recent status of the finding's corresponding case, as reported by the external system.

§

Information about the ticket, if any, that is being used to track the resolution of the issue that is identified by this finding.