IndicatorSourceSummary¶
-
class
oci.threat_intelligence.models.
IndicatorSourceSummary
(**kwargs)¶ Bases:
object
Information about the source of threat indicator data.
Methods
__init__
(**kwargs)Initializes a new IndicatorSourceSummary object with values from keyword arguments. Attributes
name
[Required] Gets the name of this IndicatorSourceSummary. -
__init__
(**kwargs)¶ Initializes a new IndicatorSourceSummary 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 IndicatorSourceSummary.
-
name
¶ [Required] Gets the name of this IndicatorSourceSummary. The name of the source.
Returns: The name of this IndicatorSourceSummary. Return type: str
-