Uses of Interface
com.azure.resourcemanager.securityinsights.models.ThreatIntelligenceInformation
Package
Description
Package containing the data models for SecurityInsights.
-
Uses of ThreatIntelligenceInformation in com.azure.resourcemanager.securityinsights.models
Modifier and TypeMethodDescriptionThreatIntelligenceIndicators.create
(String resourceGroupName, String workspaceName, String name, ThreatIntelligenceIndicatorModel threatIntelligenceProperties) Update a threat Intelligence indicator.ThreatIntelligenceIndicators.createIndicator
(String resourceGroupName, String workspaceName, ThreatIntelligenceIndicatorModel threatIntelligenceProperties) Create a new threat intelligence indicator.View a threat intelligence indicator by name.ThreatIntelligenceIndicators.replaceTags
(String resourceGroupName, String workspaceName, String name, ThreatIntelligenceIndicatorModel threatIntelligenceReplaceTags) Replace tags added to a threat intelligence indicator.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<ThreatIntelligenceInformation>
ThreatIntelligenceIndicators.createIndicatorWithResponse
(String resourceGroupName, String workspaceName, ThreatIntelligenceIndicatorModel threatIntelligenceProperties, com.azure.core.util.Context context) Create a new threat intelligence indicator.com.azure.core.http.rest.Response<ThreatIntelligenceInformation>
ThreatIntelligenceIndicators.createWithResponse
(String resourceGroupName, String workspaceName, String name, ThreatIntelligenceIndicatorModel threatIntelligenceProperties, com.azure.core.util.Context context) Update a threat Intelligence indicator.com.azure.core.http.rest.Response<ThreatIntelligenceInformation>
ThreatIntelligenceIndicators.getWithResponse
(String resourceGroupName, String workspaceName, String name, com.azure.core.util.Context context) View a threat intelligence indicator by name.com.azure.core.http.rest.PagedIterable<ThreatIntelligenceInformation>
Get all threat intelligence indicators.com.azure.core.http.rest.PagedIterable<ThreatIntelligenceInformation>
ThreatIntelligenceIndicatorsOperations.list
(String resourceGroupName, String workspaceName, String filter, String orderby, Integer top, String skipToken, com.azure.core.util.Context context) Get all threat intelligence indicators.com.azure.core.http.rest.PagedIterable<ThreatIntelligenceInformation>
ThreatIntelligenceIndicators.queryIndicators
(String resourceGroupName, String workspaceName, ThreatIntelligenceFilteringCriteria threatIntelligenceFilteringCriteria) Query threat intelligence indicators as per filtering criteria.com.azure.core.http.rest.PagedIterable<ThreatIntelligenceInformation>
ThreatIntelligenceIndicators.queryIndicators
(String resourceGroupName, String workspaceName, ThreatIntelligenceFilteringCriteria threatIntelligenceFilteringCriteria, com.azure.core.util.Context context) Query threat intelligence indicators as per filtering criteria.com.azure.core.http.rest.Response<ThreatIntelligenceInformation>
ThreatIntelligenceIndicators.replaceTagsWithResponse
(String resourceGroupName, String workspaceName, String name, ThreatIntelligenceIndicatorModel threatIntelligenceReplaceTags, com.azure.core.util.Context context) Replace tags added to a threat intelligence indicator.