IndicatorAttribute

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

Bases: object

An attribute name and list of values with attribution.

Methods

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

Attributes

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

Initializes a new IndicatorAttribute 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 IndicatorAttribute.
  • value (str) – The value to assign to the value property of this IndicatorAttribute.
  • attribution (list[oci.threat_intelligence.models.DataAttribution]) – The value to assign to the attribution property of this IndicatorAttribute.
attribution

[Required] Gets the attribution of this IndicatorAttribute. The array of attribution data that support this attribute.

Returns:The attribution of this IndicatorAttribute.
Return type:list[oci.threat_intelligence.models.DataAttribution]
name

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

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

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

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