SecurityInsightsThreatIntelligence Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
ThreatIntelligence property bag.
public class SecurityInsightsThreatIntelligence
public class SecurityInsightsThreatIntelligence : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsThreatIntelligence>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsThreatIntelligence>
type SecurityInsightsThreatIntelligence = class
type SecurityInsightsThreatIntelligence = class
interface IJsonModel<SecurityInsightsThreatIntelligence>
interface IPersistableModel<SecurityInsightsThreatIntelligence>
Public Class SecurityInsightsThreatIntelligence
Public Class SecurityInsightsThreatIntelligence
Implements IJsonModel(Of SecurityInsightsThreatIntelligence), IPersistableModel(Of SecurityInsightsThreatIntelligence)
- Inheritance
-
SecurityInsightsThreatIntelligence
- 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"). |
Explicit Interface Implementations
IJsonModel<SecurityInsightsThreatIntelligence>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<SecurityInsightsThreatIntelligence>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<SecurityInsightsThreatIntelligence>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<SecurityInsightsThreatIntelligence>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<SecurityInsightsThreatIntelligence>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET