IndicatorRelationship

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

Bases: object

A relationship name and list of releated entities.

Methods

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

Attributes

attribution [Required] Gets the attribution of this IndicatorRelationship.
name [Required] Gets the name of this IndicatorRelationship.
related_entity [Required] Gets the related_entity of this IndicatorRelationship.
__init__(**kwargs)

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

Parameters:
attribution

[Required] Gets the attribution of this IndicatorRelationship. The array of attribution data that support this relationship.

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

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

Returns:The name of this IndicatorRelationship.
Return type:str
related_entity

[Required] Gets the related_entity of this IndicatorRelationship.

Returns:The related_entity of this IndicatorRelationship.
Return type:oci.threat_intelligence.models.EntityReference