azure-native.security.listIngestionSettingTokens

Explore with Pulumi AI

Returns the token that is used for correlating ingested telemetry with the resources in the subscription. API Version: 2021-01-15-preview.

Using listIngestionSettingTokens

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 listIngestionSettingTokens(args: ListIngestionSettingTokensArgs, opts?: InvokeOptions): Promise<ListIngestionSettingTokensResult>
function listIngestionSettingTokensOutput(args: ListIngestionSettingTokensOutputArgs, opts?: InvokeOptions): Output<ListIngestionSettingTokensResult>
def list_ingestion_setting_tokens(ingestion_setting_name: Optional[str] = None,
                                  opts: Optional[InvokeOptions] = None) -> ListIngestionSettingTokensResult
def list_ingestion_setting_tokens_output(ingestion_setting_name: Optional[pulumi.Input[str]] = None,
                                  opts: Optional[InvokeOptions] = None) -> Output[ListIngestionSettingTokensResult]
func ListIngestionSettingTokens(ctx *Context, args *ListIngestionSettingTokensArgs, opts ...InvokeOption) (*ListIngestionSettingTokensResult, error)
func ListIngestionSettingTokensOutput(ctx *Context, args *ListIngestionSettingTokensOutputArgs, opts ...InvokeOption) ListIngestionSettingTokensResultOutput

> Note: This function is named ListIngestionSettingTokens in the Go SDK.

public static class ListIngestionSettingTokens 
{
    public static Task<ListIngestionSettingTokensResult> InvokeAsync(ListIngestionSettingTokensArgs args, InvokeOptions? opts = null)
    public static Output<ListIngestionSettingTokensResult> Invoke(ListIngestionSettingTokensInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<ListIngestionSettingTokensResult> listIngestionSettingTokens(ListIngestionSettingTokensArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
  function: azure-native:security:listIngestionSettingTokens
  arguments:
    # arguments dictionary

The following arguments are supported:

IngestionSettingName string

Name of the ingestion setting

IngestionSettingName string

Name of the ingestion setting

ingestionSettingName String

Name of the ingestion setting

ingestionSettingName string

Name of the ingestion setting

ingestion_setting_name str

Name of the ingestion setting

ingestionSettingName String

Name of the ingestion setting

listIngestionSettingTokens Result

The following output properties are available:

Token string

The token is used for correlating security data and logs with the resources in the subscription.

Token string

The token is used for correlating security data and logs with the resources in the subscription.

token String

The token is used for correlating security data and logs with the resources in the subscription.

token string

The token is used for correlating security data and logs with the resources in the subscription.

token str

The token is used for correlating security data and logs with the resources in the subscription.

token String

The token is used for correlating security data and logs with the resources in the subscription.

Package Details

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