Class TicketInfo (1.31.0)

TicketInfo(mapping=None, *, ignore_unknown_fields=False, **kwargs)

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

Attributes

NameDescription
id str
The identifier of the ticket in the ticket system.
assignee str
The assignee of the ticket in the ticket system.
description str
The description of the ticket in the ticket system.
uri str
The link to the ticket in the ticket system.
status str
The latest status of the ticket, as reported by the ticket system.
update_time google.protobuf.timestamp_pb2.Timestamp
The time when the ticket was last updated, as reported by the ticket system.