IndicatorCountSummary

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

Bases: object

A group of indicators with the same dimensions, such as the same indicator type.

Methods

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

Attributes

count [Required] Gets the count of this IndicatorCountSummary.
dimensions [Required] Gets the dimensions of this IndicatorCountSummary.
__init__(**kwargs)

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

Parameters:
count

[Required] Gets the count of this IndicatorCountSummary. The count of indicators in the group.

Returns:The count of this IndicatorCountSummary.
Return type:int
dimensions

[Required] Gets the dimensions of this IndicatorCountSummary.

Returns:The dimensions of this IndicatorCountSummary.
Return type:oci.threat_intelligence.models.IndicatorCountDimensions