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

GoogleCloudSecuritycenterV2TicketInfo

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

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

interface GoogleCloudSecuritycenterV2TicketInfo {
assignee?: string;
description?: string;
id?: string;
status?: string;
updateTime?: Date;
uri?: string;
}

§Properties

§
assignee?: string
[src]

The assignee of the ticket in the ticket system.

§
description?: string
[src]

The description of the ticket in the ticket system.

§
id?: string
[src]

The identifier of the ticket in the ticket system.

§
status?: string
[src]

The latest status of the ticket, as reported by the ticket system.

§
updateTime?: Date
[src]

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

§
uri?: string
[src]

The link to the ticket in the ticket system.