ThreatType¶
-
class
oci.threat_intelligence.models.
ThreatType
(**kwargs)¶ Bases:
object
A threat type along with attribution data that associates it to a threat indicator.
Methods
__init__
(**kwargs)Initializes a new ThreatType object with values from keyword arguments. Attributes
attribution
[Required] Gets the attribution of this ThreatType. id
[Required] Gets the id of this ThreatType. name
[Required] Gets the name of this ThreatType. -
__init__
(**kwargs)¶ Initializes a new ThreatType object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - id (str) – The value to assign to the id property of this ThreatType.
- name (str) – The value to assign to the name property of this ThreatType.
- attribution (list[oci.threat_intelligence.models.DataAttribution]) – The value to assign to the attribution property of this ThreatType.
-
attribution
¶ [Required] Gets the attribution of this ThreatType. The list of supporting attribution information.
Returns: The attribution of this ThreatType. Return type: list[oci.threat_intelligence.models.DataAttribution]
-
id
¶ [Required] Gets the id of this ThreatType. The OCID of the threat type.
Returns: The id of this ThreatType. Return type: str
-
name
¶ [Required] Gets the name of this ThreatType. The name of the threat type.
Returns: The name of this ThreatType. Return type: str
-