IndicatorCountCollection

class oci.threat_intelligence.models.IndicatorCountCollection(**kwargs)

Bases: object

A list of indicator counts by indicator type.

Methods

__init__(**kwargs) Initializes a new IndicatorCountCollection object with values from keyword arguments.

Attributes

items [Required] Gets the items of this IndicatorCountCollection.
__init__(**kwargs)

Initializes a new IndicatorCountCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:items (list[oci.threat_intelligence.models.IndicatorCountSummary]) – The value to assign to the items property of this IndicatorCountCollection.
items

[Required] Gets the items of this IndicatorCountCollection. The list of aggregated indicator counts.

Returns:The items of this IndicatorCountCollection.
Return type:list[oci.threat_intelligence.models.IndicatorCountSummary]