Show / Hide Table of Contents

Class IndicatorReference

A reference to a threat indicator resource.

Inheritance
object
EntityReference
IndicatorReference
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 IndicatorReference : EntityReference

Properties

IndicatorId

Declaration
[Required(ErrorMessage = "IndicatorId is required.")]
[JsonProperty(PropertyName = "indicatorId")]
public string IndicatorId { get; set; }
Property Value
Type Description
string

The unique OCID of the referenced threat indicator.

Remarks

Required

In this article
Back to top