Class: DatadogAPIClient::V2::CycloneDXBom
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::CycloneDXBom
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/cyclone_dx_bom.rb
Overview
A CycloneDX 1.5 Bill of Materials (BOM) document containing vulnerability data.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#bom_format ⇒ Object
readonly
The BOM format identifier.
-
#components ⇒ Object
readonly
The list of scanned software components.
-
#metadata ⇒ Object
readonly
Metadata about the BOM, including the scanned asset and the scanner tool.
-
#spec_version ⇒ Object
readonly
The CycloneDX specification version.
-
#version ⇒ Object
The version number of the BOM document.
-
#vulnerabilities ⇒ Object
readonly
The list of detected vulnerabilities.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
42 43 44 |
# File 'lib/datadog_api_client/v2/models/cyclone_dx_bom.rb', line 42 def additional_properties @additional_properties end |
#bom_format ⇒ Object
The BOM format identifier. Must be CycloneDX.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/cyclone_dx_bom.rb', line 25 def bom_format @bom_format end |
#components ⇒ Object
The list of scanned software components. Cannot be empty.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/cyclone_dx_bom.rb', line 28 def components @components end |
#metadata ⇒ Object
Metadata about the BOM, including the scanned asset and the scanner tool.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/cyclone_dx_bom.rb', line 31 def @metadata end |
#spec_version ⇒ Object
The CycloneDX specification version. Must be 1.5.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/cyclone_dx_bom.rb', line 34 def spec_version @spec_version end |
#version ⇒ Object
The version number of the BOM document.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/cyclone_dx_bom.rb', line 37 def version @version end |
#vulnerabilities ⇒ Object
The list of detected vulnerabilities. Cannot be empty.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/cyclone_dx_bom.rb', line 40 def vulnerabilities @vulnerabilities end |