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: - dimensions (oci.threat_intelligence.models.IndicatorCountDimensions) – The value to assign to the dimensions property of this IndicatorCountSummary.
- count (int) – The value to assign to the count property of this IndicatorCountSummary.
-
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
-