Class: DatadogAPIClient::V2::ScaRequestDataAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ScaRequestDataAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/sca_request_data_attributes.rb
Overview
The attributes of an SCA request, containing dependency graph data, vulnerability information, and repository context.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#commit ⇒ Object
Metadata about the commit associated with the SCA scan, including author, committer, and branch information.
-
#dependencies ⇒ Object
The list of dependencies discovered in the repository.
-
#env ⇒ Object
The environment context in which the SCA scan was performed (e.g., production, staging).
-
#files ⇒ Object
The list of dependency manifest files found in the repository.
-
#relations ⇒ Object
The dependency relations describing the inter-component dependency graph.
-
#repository ⇒ Object
Information about the source code repository being analyzed.
-
#service ⇒ Object
The name of the service or application being analyzed.
-
#tags ⇒ Object
A map of key-value tags providing additional metadata for the SCA scan.
-
#vulnerabilities ⇒ Object
The list of vulnerabilities identified in the dependency graph.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
51 52 53 |
# File 'lib/datadog_api_client/v2/models/sca_request_data_attributes.rb', line 51 def additional_properties @additional_properties end |
#commit ⇒ Object
Metadata about the commit associated with the SCA scan, including author, committer, and branch information.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/sca_request_data_attributes.rb', line 25 def commit @commit end |
#dependencies ⇒ Object
The list of dependencies discovered in the repository.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/sca_request_data_attributes.rb', line 28 def dependencies @dependencies end |
#env ⇒ Object
The environment context in which the SCA scan was performed (e.g., production, staging).
31 32 33 |
# File 'lib/datadog_api_client/v2/models/sca_request_data_attributes.rb', line 31 def env @env end |
#files ⇒ Object
The list of dependency manifest files found in the repository.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/sca_request_data_attributes.rb', line 34 def files @files end |
#relations ⇒ Object
The dependency relations describing the inter-component dependency graph.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/sca_request_data_attributes.rb', line 37 def relations @relations end |
#repository ⇒ Object
Information about the source code repository being analyzed.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/sca_request_data_attributes.rb', line 40 def repository @repository end |
#service ⇒ Object
The name of the service or application being analyzed.
43 44 45 |
# File 'lib/datadog_api_client/v2/models/sca_request_data_attributes.rb', line 43 def service @service end |
#tags ⇒ Object
A map of key-value tags providing additional metadata for the SCA scan.
46 47 48 |
# File 'lib/datadog_api_client/v2/models/sca_request_data_attributes.rb', line 46 def @tags end |
#vulnerabilities ⇒ Object
The list of vulnerabilities identified in the dependency graph.
49 50 51 |
# File 'lib/datadog_api_client/v2/models/sca_request_data_attributes.rb', line 49 def vulnerabilities @vulnerabilities end |