Uses of Class
com.azure.resourcemanager.securityinsights.models.ThreatIntelligenceExternalReference
Package
Description
Package containing the inner data models for SecurityInsights.
Package containing the data models for SecurityInsights.
-
Uses of ThreatIntelligenceExternalReference in com.azure.resourcemanager.securityinsights.fluent.models
Modifier and TypeMethodDescriptionThreatIntelligenceIndicatorProperties.externalReferences()
Get the externalReferences property: External References.Modifier and TypeMethodDescriptionThreatIntelligenceIndicatorProperties.withExternalReferences
(List<ThreatIntelligenceExternalReference> externalReferences) Set the externalReferences property: External References. -
Uses of ThreatIntelligenceExternalReference in com.azure.resourcemanager.securityinsights.models
Modifier and TypeMethodDescriptionThreatIntelligenceExternalReference.withDescription
(String description) Set the description property: External reference description.ThreatIntelligenceExternalReference.withExternalId
(String externalId) Set the externalId property: External reference ID.ThreatIntelligenceExternalReference.withHashes
(Map<String, String> hashes) Set the hashes property: External reference hashes.ThreatIntelligenceExternalReference.withSourceName
(String sourceName) Set the sourceName property: External reference source name.Set the url property: External reference URL.Modifier and TypeMethodDescriptionThreatIntelligenceIndicatorModel.externalReferences()
Get the externalReferences property: External References.Modifier and TypeMethodDescriptionThreatIntelligenceIndicatorModel.withExternalReferences
(List<ThreatIntelligenceExternalReference> externalReferences) Set the externalReferences property: External References.