Class: DatadogAPIClient::V2::McpScanRequestDataAttributesLibrariesItems

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

Overview

A library declaration to include in the dependency scan.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



42
43
44
# File 'lib/datadog_api_client/v2/models/mcp_scan_request_data_attributes_libraries_items.rb', line 42

def additional_properties
  @additional_properties
end

#exclusionsObject

The list of dependency PURLs to exclude when resolving transitive dependencies for this library.



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

def exclusions
  @exclusions
end

#is_devObject

Whether this library is a development-only dependency.



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

def is_dev
  @is_dev
end

#is_directObject

Whether this library is a direct (rather than transitive) dependency.



31
32
33
# File 'lib/datadog_api_client/v2/models/mcp_scan_request_data_attributes_libraries_items.rb', line 31

def is_direct
  @is_direct
end

#package_managerObject

The package manager that produced this library entry (for example, npm, pip, nuget).



34
35
36
# File 'lib/datadog_api_client/v2/models/mcp_scan_request_data_attributes_libraries_items.rb', line 34

def package_manager
  @package_manager
end

#purlObject

The Package URL (PURL) uniquely identifying the library and its version.



37
38
39
# File 'lib/datadog_api_client/v2/models/mcp_scan_request_data_attributes_libraries_items.rb', line 37

def purl
  @purl
end

#target_frameworksObject

The list of target framework identifiers associated with the library.



40
41
42
# File 'lib/datadog_api_client/v2/models/mcp_scan_request_data_attributes_libraries_items.rb', line 40

def target_frameworks
  @target_frameworks
end