ThreatTypesCollection¶
-
class
oci.threat_intelligence.models.
ThreatTypesCollection
(**kwargs)¶ Bases:
object
List of threat types that can be associated with threat indicators.
Methods
__init__
(**kwargs)Initializes a new ThreatTypesCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this ThreatTypesCollection. -
__init__
(**kwargs)¶ Initializes a new ThreatTypesCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.threat_intelligence.models.ThreatTypeSummary]) – The value to assign to the items property of this ThreatTypesCollection.
-
items
¶ [Required] Gets the items of this ThreatTypesCollection. The list of threat types that can be used to search for threat indicators.
Returns: The items of this ThreatTypesCollection. Return type: list[oci.threat_intelligence.models.ThreatTypeSummary]
-