Share via


IThreatIntelligence Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ThreatIntelligenceTypeConverter))]
public interface IThreatIntelligence : Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ThreatIntelligenceTypeConverter))>]
type IThreatIntelligence = interface
    interface IJsonSerializable
Public Interface IThreatIntelligence
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Confidence

Confidence (must be between 0 and 1)

ProviderName

Name of the provider from whom this Threat Intelligence information was received

ReportLink

Report link

ThreatDescription

Threat description (free text)

ThreatName

Threat name (e.g. "Jedobot malware")

ThreatType

Threat type (e.g. "Botnet")

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to