1. Packages
  2. Azure Native
  3. API Docs
  4. datafactory
  5. listIntegrationRuntimeAuthKeys
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi

azure-native.datafactory.listIntegrationRuntimeAuthKeys

Explore with Pulumi AI

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.
Azure Native v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi

    Retrieves the authentication keys for an integration runtime.

    Uses Azure REST API version 2018-06-01.

    Using listIntegrationRuntimeAuthKeys

    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 listIntegrationRuntimeAuthKeys(args: ListIntegrationRuntimeAuthKeysArgs, opts?: InvokeOptions): Promise<ListIntegrationRuntimeAuthKeysResult>
    function listIntegrationRuntimeAuthKeysOutput(args: ListIntegrationRuntimeAuthKeysOutputArgs, opts?: InvokeOptions): Output<ListIntegrationRuntimeAuthKeysResult>
    def list_integration_runtime_auth_keys(factory_name: Optional[str] = None,
                                           integration_runtime_name: Optional[str] = None,
                                           resource_group_name: Optional[str] = None,
                                           opts: Optional[InvokeOptions] = None) -> ListIntegrationRuntimeAuthKeysResult
    def list_integration_runtime_auth_keys_output(factory_name: Optional[pulumi.Input[str]] = None,
                                           integration_runtime_name: Optional[pulumi.Input[str]] = None,
                                           resource_group_name: Optional[pulumi.Input[str]] = None,
                                           opts: Optional[InvokeOptions] = None) -> Output[ListIntegrationRuntimeAuthKeysResult]
    func ListIntegrationRuntimeAuthKeys(ctx *Context, args *ListIntegrationRuntimeAuthKeysArgs, opts ...InvokeOption) (*ListIntegrationRuntimeAuthKeysResult, error)
    func ListIntegrationRuntimeAuthKeysOutput(ctx *Context, args *ListIntegrationRuntimeAuthKeysOutputArgs, opts ...InvokeOption) ListIntegrationRuntimeAuthKeysResultOutput

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

    public static class ListIntegrationRuntimeAuthKeys 
    {
        public static Task<ListIntegrationRuntimeAuthKeysResult> InvokeAsync(ListIntegrationRuntimeAuthKeysArgs args, InvokeOptions? opts = null)
        public static Output<ListIntegrationRuntimeAuthKeysResult> Invoke(ListIntegrationRuntimeAuthKeysInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<ListIntegrationRuntimeAuthKeysResult> listIntegrationRuntimeAuthKeys(ListIntegrationRuntimeAuthKeysArgs args, InvokeOptions options)
    public static Output<ListIntegrationRuntimeAuthKeysResult> listIntegrationRuntimeAuthKeys(ListIntegrationRuntimeAuthKeysArgs args, InvokeOptions options)
    
    fn::invoke:
      function: azure-native:datafactory:listIntegrationRuntimeAuthKeys
      arguments:
        # arguments dictionary

    The following arguments are supported:

    FactoryName string
    The factory name.
    IntegrationRuntimeName string
    The integration runtime name.
    ResourceGroupName string
    The resource group name.
    FactoryName string
    The factory name.
    IntegrationRuntimeName string
    The integration runtime name.
    ResourceGroupName string
    The resource group name.
    factoryName String
    The factory name.
    integrationRuntimeName String
    The integration runtime name.
    resourceGroupName String
    The resource group name.
    factoryName string
    The factory name.
    integrationRuntimeName string
    The integration runtime name.
    resourceGroupName string
    The resource group name.
    factory_name str
    The factory name.
    integration_runtime_name str
    The integration runtime name.
    resource_group_name str
    The resource group name.
    factoryName String
    The factory name.
    integrationRuntimeName String
    The integration runtime name.
    resourceGroupName String
    The resource group name.

    listIntegrationRuntimeAuthKeys Result

    The following output properties are available:

    AuthKey1 string
    The primary integration runtime authentication key.
    AuthKey2 string
    The secondary integration runtime authentication key.
    AuthKey1 string
    The primary integration runtime authentication key.
    AuthKey2 string
    The secondary integration runtime authentication key.
    authKey1 String
    The primary integration runtime authentication key.
    authKey2 String
    The secondary integration runtime authentication key.
    authKey1 string
    The primary integration runtime authentication key.
    authKey2 string
    The secondary integration runtime authentication key.
    auth_key1 str
    The primary integration runtime authentication key.
    auth_key2 str
    The secondary integration runtime authentication key.
    authKey1 String
    The primary integration runtime authentication key.
    authKey2 String
    The secondary integration runtime authentication key.

    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.
    Azure Native v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi