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.

OperationalInsightsResourceProvider string

The namespace of workspaces resource provider- Microsoft.OperationalInsights.

ResourceGroupName string

The name of the resource group within the user's subscription. The name is case insensitive.

WorkspaceName string

The name of the workspace.

Name string

Threat intelligence indicator name field.

OperationalInsightsResourceProvider string

The namespace of workspaces resource provider- Microsoft.OperationalInsights.

ResourceGroupName string

The name of the resource group within the user's subscription. The name is case insensitive.

WorkspaceName string

The name of the workspace.

name String

Threat intelligence indicator name field.

operationalInsightsResourceProvider String

The namespace of workspaces resource provider- Microsoft.OperationalInsights.

resourceGroupName String

The name of the resource group within the user's subscription. The name is case insensitive.

workspaceName String

The name of the workspace.

name string

Threat intelligence indicator name field.

operationalInsightsResourceProvider string

The namespace of workspaces resource provider- Microsoft.OperationalInsights.

resourceGroupName string

The name of the resource group within the user's subscription. The name is case insensitive.

workspaceName string

The name of the workspace.

name str

Threat intelligence indicator name field.

operational_insights_resource_provider str

The namespace of workspaces resource provider- Microsoft.OperationalInsights.

resource_group_name str

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.

operationalInsightsResourceProvider String

The namespace of workspaces resource provider- Microsoft.OperationalInsights.

resourceGroupName String

The name of the resource group within the user's subscription. The name is case insensitive.

workspaceName String

The name of the workspace.

getThreatIntelligenceIndicator Result

The following output properties are available:

Id string

Azure resource Id

Kind string

The kind of the entity.

Name string

Azure resource name

Type string

Azure resource type

Etag string

Etag of the azure resource

Id string

Azure resource Id

Kind string

The kind of the entity.

Name string

Azure resource name

Type string

Azure resource type

Etag string

Etag of the azure resource

id String

Azure resource Id

kind String

The kind of the entity.

name String

Azure resource name

type String

Azure resource type

etag String

Etag of the azure resource

id string

Azure resource Id

kind string

The kind of the entity.

name string

Azure resource name

type string

Azure resource type

etag string

Etag of the azure resource

id str

Azure resource Id

kind str

The kind of the entity.

name str

Azure resource name

type str

Azure resource type

etag str

Etag of the azure resource

id String

Azure resource Id

kind String

The kind of the entity.

name String

Azure resource name

type String

Azure resource type

etag String

Etag of the azure resource

Package Details

Repository
Azure Native pulumi/pulumi-azure-native
License
Apache-2.0