Class ThreatTypesCollection
List of threat types that can be associated with threat indicators.
Inherited Members
Namespace: Oci.ThreatintelligenceService.Models
Assembly: OCI.DotNetSDK.Threatintelligence.dll
Syntax
public class ThreatTypesCollectionProperties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<ThreatTypeSummary> Items { get; set; }Property Value
| Type | Description | 
|---|---|
| List<ThreatTypeSummary> | The list of threat types that can be used to search for threat indicators. | 
Remarks
Required