Class: DatadogAPIClient::V2::STIXBundleRequest
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::STIXBundleRequest
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/stix_bundle_request.rb
Overview
A STIX 2.1 bundle containing threat intelligence indicator objects.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#id ⇒ Object
readonly
The STIX bundle identifier.
-
#objects ⇒ Object
readonly
The STIX objects included in the bundle.
-
#spec_version ⇒ Object
The supported STIX specification version.
-
#type ⇒ Object
readonly
The STIX object type for a bundle.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
36 37 38 |
# File 'lib/datadog_api_client/v2/models/stix_bundle_request.rb', line 36 def additional_properties @additional_properties end |
#id ⇒ Object
The STIX bundle identifier.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/stix_bundle_request.rb', line 25 def id @id end |
#objects ⇒ Object
The STIX objects included in the bundle. Indicator objects are processed and ingested; all other STIX object types are ignored and are not included in the response counters.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/stix_bundle_request.rb', line 28 def objects @objects end |
#spec_version ⇒ Object
The supported STIX specification version.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/stix_bundle_request.rb', line 31 def spec_version @spec_version end |
#type ⇒ Object
The STIX object type for a bundle.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/stix_bundle_request.rb', line 34 def type @type end |