Reference documentation and code samples for the Cloud Security Command Center V1 API class Google::Cloud::SecurityCenter::V1::ExternalSystem::TicketInfo.
Information about the ticket, if any, that is being used to track the resolution of the issue that is identified by this finding.
Inherits
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#assignee
def assignee() -> ::String
Returns
- (::String) — The assignee of the ticket in the ticket system.
#assignee=
def assignee=(value) -> ::String
Parameter
- value (::String) — The assignee of the ticket in the ticket system.
Returns
- (::String) — The assignee of the ticket in the ticket system.
#description
def description() -> ::String
Returns
- (::String) — The description of the ticket in the ticket system.
#description=
def description=(value) -> ::String
Parameter
- value (::String) — The description of the ticket in the ticket system.
Returns
- (::String) — The description of the ticket in the ticket system.
#id
def id() -> ::String
Returns
- (::String) — The identifier of the ticket in the ticket system.
#id=
def id=(value) -> ::String
Parameter
- value (::String) — The identifier of the ticket in the ticket system.
Returns
- (::String) — The identifier of the ticket in the ticket system.
#status
def status() -> ::String
Returns
- (::String) — The latest status of the ticket, as reported by the ticket system.
#status=
def status=(value) -> ::String
Parameter
- value (::String) — The latest status of the ticket, as reported by the ticket system.
Returns
- (::String) — The latest status of the ticket, as reported by the ticket system.
#update_time
def update_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — The time when the ticket was last updated, as reported by the ticket system.
#update_time=
def update_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — The time when the ticket was last updated, as reported by the ticket system.
Returns
- (::Google::Protobuf::Timestamp) — The time when the ticket was last updated, as reported by the ticket system.
#uri
def uri() -> ::String
Returns
- (::String) — The link to the ticket in the ticket system.
#uri=
def uri=(value) -> ::String
Parameter
- value (::String) — The link to the ticket in the ticket system.
Returns
- (::String) — The link to the ticket in the ticket system.