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: - name (str) – The value to assign to the name property of this IndicatorRelationship.
- related_entity (oci.threat_intelligence.models.EntityReference) – The value to assign to the related_entity property of this IndicatorRelationship.
- attribution (list[oci.threat_intelligence.models.DataAttribution]) – The value to assign to the attribution property of this IndicatorRelationship.
-
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
[Required] Gets the related_entity of this IndicatorRelationship.
Returns: The related_entity of this IndicatorRelationship. Return type: oci.threat_intelligence.models.EntityReference
-