IndicatorSummaryCollection

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

Bases: object

List of indicator summary objects.

Methods

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

Attributes

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

Initializes a new IndicatorSummaryCollection 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.IndicatorSummary]) – The value to assign to the items property of this IndicatorSummaryCollection.
items

[Required] Gets the items of this IndicatorSummaryCollection. The list of indicator summaries.

Returns:The items of this IndicatorSummaryCollection.
Return type:list[oci.threat_intelligence.models.IndicatorSummary]