Class: DatadogAPIClient::V2::IoCSource
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::IoCSource
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/io_c_source.rb
Overview
A threat intelligence source that has flagged an indicator.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#name ⇒ Object
Name of the threat intelligence source.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
27 28 29 |
# File 'lib/datadog_api_client/v2/models/io_c_source.rb', line 27 def additional_properties @additional_properties end |
#name ⇒ Object
Name of the threat intelligence source.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/io_c_source.rb', line 25 def name @name end |