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.
Implements
IMessageExternalSystemTypesTicketInfo, IEquatableExternalSystemTypesTicketInfo, IDeepCloneableExternalSystemTypesTicketInfo, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenter.V1Assembly
Google.Cloud.SecurityCenter.V1.dll
Constructors
TicketInfo()
public TicketInfo()
TicketInfo(TicketInfo)
public TicketInfo(ExternalSystem.Types.TicketInfo other)
Parameter | |
---|---|
Name | Description |
other |
ExternalSystemTypesTicketInfo |
Properties
Assignee
public string Assignee { get; set; }
The assignee of the ticket in the ticket system.
Property Value | |
---|---|
Type | Description |
string |
Description
public string Description { get; set; }
The description of the ticket in the ticket system.
Property Value | |
---|---|
Type | Description |
string |
Id
public string Id { get; set; }
The identifier of the ticket in the ticket system.
Property Value | |
---|---|
Type | Description |
string |
Status
public string Status { get; set; }
The latest status of the ticket, as reported by the ticket system.
Property Value | |
---|---|
Type | Description |
string |
UpdateTime
public Timestamp UpdateTime { get; set; }
The time when the ticket was last updated, as reported by the ticket system.
Property Value | |
---|---|
Type | Description |
Timestamp |
Uri
public string Uri { get; set; }
The link to the ticket in the ticket system.
Property Value | |
---|---|
Type | Description |
string |