Class: DatadogAPIClient::V2::STIXBundleRequest

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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

#idObject

The STIX bundle identifier.



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

def id
  @id
end

#objectsObject

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_versionObject

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

#typeObject

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