Class ThreatIntelligence
java.lang.Object
com.azure.resourcemanager.securityinsights.models.ThreatIntelligence
ThreatIntelligence property bag.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the confidence property: Confidence (must be between 0 and 1).Get the providerName property: Name of the provider from whom this Threat Intelligence information was received.Get the reportLink property: Report link.Get the threatDescription property: Threat description (free text).Get the threatName property: Threat name (e.g.Get the threatType property: Threat type (e.g.void
validate()
Validates the instance.
-
Constructor Details
-
ThreatIntelligence
public ThreatIntelligence()
-
-
Method Details
-
confidence
Get the confidence property: Confidence (must be between 0 and 1).- Returns:
- the confidence value.
-
providerName
Get the providerName property: Name of the provider from whom this Threat Intelligence information was received.- Returns:
- the providerName value.
-
reportLink
Get the reportLink property: Report link.- Returns:
- the reportLink value.
-
threatDescription
Get the threatDescription property: Threat description (free text).- Returns:
- the threatDescription value.
-
threatName
Get the threatName property: Threat name (e.g. "Jedobot malware").- Returns:
- the threatName value.
-
threatType
Get the threatType property: Threat type (e.g. "Botnet").- Returns:
- the threatType value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-