get Threat Intelligence Indicator
suspend fun getThreatIntelligenceIndicator(argument: GetThreatIntelligenceIndicatorPlainArgs): GetThreatIntelligenceIndicatorResult
View a threat intelligence indicator by name. API Version: 2019-01-01-preview.
Return
Threat intelligence information object.
Parameters
argument
null
suspend fun getThreatIntelligenceIndicator(name: String, operationalInsightsResourceProvider: String, resourceGroupName: String, workspaceName: String): GetThreatIntelligenceIndicatorResult
Return
Threat intelligence information object.
Parameters
name
Threat intelligence indicator name field.
operational Insights Resource Provider
The namespace of workspaces resource provider- Microsoft.OperationalInsights.
resource Group Name
The name of the resource group within the user's subscription. The name is case insensitive.
workspace Name
The name of the workspace.
See also
suspend fun getThreatIntelligenceIndicator(argument: suspend GetThreatIntelligenceIndicatorPlainArgsBuilder.() -> Unit): GetThreatIntelligenceIndicatorResult
Return
Threat intelligence information object.
Parameters
argument
Builder for com.pulumi.azurenative.securityinsights.kotlin.inputs.GetThreatIntelligenceIndicatorPlainArgs.