Google Cloud Security Command Center v1 API - Class ExternalSystem.Types.TicketInfo (3.20.0)

public sealed class ExternalSystem.Types.TicketInfo : IMessage<ExternalSystem.Types.TicketInfo>, IEquatable<ExternalSystem.Types.TicketInfo>, IDeepCloneable<ExternalSystem.Types.TicketInfo>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Security Command Center v1 API class ExternalSystem.Types.TicketInfo.

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

Inheritance

object > ExternalSystem.Types.TicketInfo

Namespace

Google.Cloud.SecurityCenter.V1

Assembly

Google.Cloud.SecurityCenter.V1.dll

Constructors

TicketInfo()

public TicketInfo()

TicketInfo(TicketInfo)

public TicketInfo(ExternalSystem.Types.TicketInfo other)
Parameter
NameDescription
otherExternalSystemTypesTicketInfo

Properties

Assignee

public string Assignee { get; set; }

The assignee of the ticket in the ticket system.

Property Value
TypeDescription
string

Description

public string Description { get; set; }

The description of the ticket in the ticket system.

Property Value
TypeDescription
string

Id

public string Id { get; set; }

The identifier of the ticket in the ticket system.

Property Value
TypeDescription
string

Status

public string Status { get; set; }

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

Property Value
TypeDescription
string

UpdateTime

public Timestamp UpdateTime { get; set; }

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

Property Value
TypeDescription
Timestamp

Uri

public string Uri { get; set; }

The link to the ticket in the ticket system.

Property Value
TypeDescription
string