Show / Hide Table of Contents

Class ThreatTypesCollection

List of threat types that can be associated with threat indicators.

Inheritance
object
ThreatTypesCollection
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.ThreatintelligenceService.Models
Assembly: OCI.DotNetSDK.Threatintelligence.dll
Syntax
public class ThreatTypesCollection

Properties

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

In this article
Back to top