Class: Google::Cloud::SecurityCenter::V1::ExternalSystem::TicketInfo
- Inherits:
-
Object
- Object
- Google::Cloud::SecurityCenter::V1::ExternalSystem::TicketInfo
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securitycenter/v1/external_system.rb
Overview
Information about the ticket, if any, that is being used to track the resolution of the issue that is identified by this finding.
Instance Attribute Summary collapse
-
#assignee ⇒ ::String
The assignee of the ticket in the ticket system.
-
#description ⇒ ::String
The description of the ticket in the ticket system.
-
#id ⇒ ::String
The identifier of the ticket in the ticket system.
-
#status ⇒ ::String
The latest status of the ticket, as reported by the ticket system.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
The time when the ticket was last updated, as reported by the ticket system.
-
#uri ⇒ ::String
The link to the ticket in the ticket system.
Instance Attribute Details
#assignee ⇒ ::String
Returns The assignee of the ticket in the ticket system.
90 91 92 93 |
# File 'proto_docs/google/cloud/securitycenter/v1/external_system.rb', line 90 class TicketInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#description ⇒ ::String
Returns The description of the ticket in the ticket system.
90 91 92 93 |
# File 'proto_docs/google/cloud/securitycenter/v1/external_system.rb', line 90 class TicketInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#id ⇒ ::String
Returns The identifier of the ticket in the ticket system.
90 91 92 93 |
# File 'proto_docs/google/cloud/securitycenter/v1/external_system.rb', line 90 class TicketInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#status ⇒ ::String
Returns The latest status of the ticket, as reported by the ticket system.
90 91 92 93 |
# File 'proto_docs/google/cloud/securitycenter/v1/external_system.rb', line 90 class TicketInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_time ⇒ ::Google::Protobuf::Timestamp
Returns The time when the ticket was last updated, as reported by the ticket system.
90 91 92 93 |
# File 'proto_docs/google/cloud/securitycenter/v1/external_system.rb', line 90 class TicketInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#uri ⇒ ::String
Returns The link to the ticket in the ticket system.
90 91 92 93 |
# File 'proto_docs/google/cloud/securitycenter/v1/external_system.rb', line 90 class TicketInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |