Class: DatadogAPIClient::V2::ConvertJobResultsToSignalsAttributes
- Inherits:
- 
      Object
      
        - Object
- DatadogAPIClient::V2::ConvertJobResultsToSignalsAttributes
 
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/convert_job_results_to_signals_attributes.rb
Overview
Attributes for converting threat hunting job results to signals.
Instance Attribute Summary collapse
- 
  
    
      #additional_properties  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute additional_properties. 
- 
  
    
      #id  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Request ID. 
- 
  
    
      #job_result_ids  ⇒ Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    Job result IDs. 
- 
  
    
      #notifications  ⇒ Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    Notifications sent. 
- 
  
    
      #signal_message  ⇒ Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    Message of generated signals. 
- 
  
    
      #signal_severity  ⇒ Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    Severity of the Security Signal. 
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
| 39 40 41 | # File 'lib/datadog_api_client/v2/models/convert_job_results_to_signals_attributes.rb', line 39 def additional_properties @additional_properties end | 
#id ⇒ Object
Request ID.
| 25 26 27 | # File 'lib/datadog_api_client/v2/models/convert_job_results_to_signals_attributes.rb', line 25 def id @id end | 
#job_result_ids ⇒ Object
Job result IDs.
| 28 29 30 | # File 'lib/datadog_api_client/v2/models/convert_job_results_to_signals_attributes.rb', line 28 def job_result_ids @job_result_ids end | 
#notifications ⇒ Object
Notifications sent.
| 31 32 33 | # File 'lib/datadog_api_client/v2/models/convert_job_results_to_signals_attributes.rb', line 31 def notifications @notifications end | 
#signal_message ⇒ Object
Message of generated signals.
| 34 35 36 | # File 'lib/datadog_api_client/v2/models/convert_job_results_to_signals_attributes.rb', line 34 def @signal_message end | 
#signal_severity ⇒ Object
Severity of the Security Signal.
| 37 38 39 | # File 'lib/datadog_api_client/v2/models/convert_job_results_to_signals_attributes.rb', line 37 def signal_severity @signal_severity end |