Class: Google::Cloud::SecurityCenter::V1::ExternalSystem::TicketInfo

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#assignee::String

Returns The assignee of the ticket in the ticket system.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:



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.

Returns:

  • (::String)

    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