IndicatorAttributeSummary

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

Bases: object

An attribute name and list of values.

Methods

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

Attributes

name [Required] Gets the name of this IndicatorAttributeSummary.
value [Required] Gets the value of this IndicatorAttributeSummary.
__init__(**kwargs)

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

Parameters:
  • name (str) – The value to assign to the name property of this IndicatorAttributeSummary.
  • value (str) – The value to assign to the value property of this IndicatorAttributeSummary.
name

[Required] Gets the name of this IndicatorAttributeSummary. The name of the attribute.

Returns:The name of this IndicatorAttributeSummary.
Return type:str
value

[Required] Gets the value of this IndicatorAttributeSummary. The value of the attribute.

Returns:The value of this IndicatorAttributeSummary.
Return type:str