Class: DatadogAPIClient::V2::CycloneDXMetadata
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::CycloneDXMetadata
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/cyclone_dx_metadata.rb
Overview
Metadata about the BOM, including the scanned asset and the scanner tool.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#component ⇒ Object
readonly
The asset that was scanned (for example, a host or container image).
-
#tools ⇒ Object
readonly
Information about the scanner tool that produced this BOM.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
30 31 32 |
# File 'lib/datadog_api_client/v2/models/cyclone_dx_metadata.rb', line 30 def additional_properties @additional_properties end |
#component ⇒ Object
The asset that was scanned (for example, a host or container image).
25 26 27 |
# File 'lib/datadog_api_client/v2/models/cyclone_dx_metadata.rb', line 25 def component @component end |
#tools ⇒ Object
Information about the scanner tool that produced this BOM.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/cyclone_dx_metadata.rb', line 28 def tools @tools end |