Class IndicatorReference
A reference to a threat indicator resource.
Inherited Members
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