Azure Native v1.102.0, May 2 23
Azure Native v1.102.0, May 2 23
azure-native.securityinsights.getThreatIntelligenceIndicator
Explore with Pulumi AI
View a threat intelligence indicator by name. API Version: 2019-01-01-preview.
Using getThreatIntelligenceIndicator
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getThreatIntelligenceIndicator(args: GetThreatIntelligenceIndicatorArgs, opts?: InvokeOptions): Promise<GetThreatIntelligenceIndicatorResult>
function getThreatIntelligenceIndicatorOutput(args: GetThreatIntelligenceIndicatorOutputArgs, opts?: InvokeOptions): Output<GetThreatIntelligenceIndicatorResult>
def get_threat_intelligence_indicator(name: Optional[str] = None,
operational_insights_resource_provider: Optional[str] = None,
resource_group_name: Optional[str] = None,
workspace_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetThreatIntelligenceIndicatorResult
def get_threat_intelligence_indicator_output(name: Optional[pulumi.Input[str]] = None,
operational_insights_resource_provider: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
workspace_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetThreatIntelligenceIndicatorResult]
func LookupThreatIntelligenceIndicator(ctx *Context, args *LookupThreatIntelligenceIndicatorArgs, opts ...InvokeOption) (*LookupThreatIntelligenceIndicatorResult, error)
func LookupThreatIntelligenceIndicatorOutput(ctx *Context, args *LookupThreatIntelligenceIndicatorOutputArgs, opts ...InvokeOption) LookupThreatIntelligenceIndicatorResultOutput
> Note: This function is named LookupThreatIntelligenceIndicator
in the Go SDK.
public static class GetThreatIntelligenceIndicator
{
public static Task<GetThreatIntelligenceIndicatorResult> InvokeAsync(GetThreatIntelligenceIndicatorArgs args, InvokeOptions? opts = null)
public static Output<GetThreatIntelligenceIndicatorResult> Invoke(GetThreatIntelligenceIndicatorInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetThreatIntelligenceIndicatorResult> getThreatIntelligenceIndicator(GetThreatIntelligenceIndicatorArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:securityinsights:getThreatIntelligenceIndicator
arguments:
# arguments dictionary
The following arguments are supported:
- Name string
Threat intelligence indicator name field.
- Operational
Insights stringResource Provider The namespace of workspaces resource provider- Microsoft.OperationalInsights.
- Resource
Group stringName The name of the resource group within the user's subscription. The name is case insensitive.
- Workspace
Name string The name of the workspace.
- Name string
Threat intelligence indicator name field.
- Operational
Insights stringResource Provider The namespace of workspaces resource provider- Microsoft.OperationalInsights.
- Resource
Group stringName The name of the resource group within the user's subscription. The name is case insensitive.
- Workspace
Name string The name of the workspace.
- name String
Threat intelligence indicator name field.
- operational
Insights StringResource Provider The namespace of workspaces resource provider- Microsoft.OperationalInsights.
- resource
Group StringName The name of the resource group within the user's subscription. The name is case insensitive.
- workspace
Name String The name of the workspace.
- name string
Threat intelligence indicator name field.
- operational
Insights stringResource Provider The namespace of workspaces resource provider- Microsoft.OperationalInsights.
- resource
Group stringName The name of the resource group within the user's subscription. The name is case insensitive.
- workspace
Name string The name of the workspace.
- name str
Threat intelligence indicator name field.
- operational_
insights_ strresource_ provider The namespace of workspaces resource provider- Microsoft.OperationalInsights.
- resource_
group_ strname The name of the resource group within the user's subscription. The name is case insensitive.
- workspace_
name str The name of the workspace.
- name String
Threat intelligence indicator name field.
- operational
Insights StringResource Provider The namespace of workspaces resource provider- Microsoft.OperationalInsights.
- resource
Group StringName The name of the resource group within the user's subscription. The name is case insensitive.
- workspace
Name String The name of the workspace.
getThreatIntelligenceIndicator Result
The following output properties are available:
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0