1. Packages
  2. Azure Native
  3. API Docs
  4. security
  5. listIngestionSettingTokens
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Viewing docs for Azure Native v1.103.0 (Older version)
published on Monday, Mar 9, 2026 by Pulumi
azure-native logo
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Viewing docs for Azure Native v1.103.0 (Older version)
published on Monday, Mar 9, 2026 by Pulumi

    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)
    public static Output<ListIngestionSettingTokensResult> listIngestionSettingTokens(ListIngestionSettingTokensArgs args, InvokeOptions options)
    
    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
    azure-native logo
    This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
    Viewing docs for Azure Native v1.103.0 (Older version)
    published on Monday, Mar 9, 2026 by Pulumi
      Try Pulumi Cloud free. Your team will thank you.