Class: DatadogAPIClient::V2::ResolveVulnerableSymbolsResponseResultsVulnerableSymbols

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v2/models/resolve_vulnerable_symbols_response_results_vulnerable_symbols.rb

Overview

A collection of vulnerable symbols associated with a specific security advisory.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



30
31
32
# File 'lib/datadog_api_client/v2/models/resolve_vulnerable_symbols_response_results_vulnerable_symbols.rb', line 30

def additional_properties
  @additional_properties
end

#advisory_idObject

The identifier of the security advisory that describes the vulnerability.



25
26
27
# File 'lib/datadog_api_client/v2/models/resolve_vulnerable_symbols_response_results_vulnerable_symbols.rb', line 25

def advisory_id
  @advisory_id
end

#symbolsObject

The list of symbols that are vulnerable according to this advisory.



28
29
30
# File 'lib/datadog_api_client/v2/models/resolve_vulnerable_symbols_response_results_vulnerable_symbols.rb', line 28

def symbols
  @symbols
end