1. Packages
  2. Azure Native
  3. API Docs
  4. synapse
  5. listIntegrationRuntimeAuthKey
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.34.0 published on Thursday, Mar 28, 2024 by Pulumi

azure-native.synapse.listIntegrationRuntimeAuthKey

Explore with Pulumi AI

azure-native logo
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.34.0 published on Thursday, Mar 28, 2024 by Pulumi

    List authentication keys in an integration runtime Azure REST API version: 2021-06-01.

    Other available API versions: 2021-06-01-preview.

    Using listIntegrationRuntimeAuthKey

    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 listIntegrationRuntimeAuthKey(args: ListIntegrationRuntimeAuthKeyArgs, opts?: InvokeOptions): Promise<ListIntegrationRuntimeAuthKeyResult>
    function listIntegrationRuntimeAuthKeyOutput(args: ListIntegrationRuntimeAuthKeyOutputArgs, opts?: InvokeOptions): Output<ListIntegrationRuntimeAuthKeyResult>
    def list_integration_runtime_auth_key(integration_runtime_name: Optional[str] = None,
                                          resource_group_name: Optional[str] = None,
                                          workspace_name: Optional[str] = None,
                                          opts: Optional[InvokeOptions] = None) -> ListIntegrationRuntimeAuthKeyResult
    def list_integration_runtime_auth_key_output(integration_runtime_name: 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[ListIntegrationRuntimeAuthKeyResult]
    func ListIntegrationRuntimeAuthKey(ctx *Context, args *ListIntegrationRuntimeAuthKeyArgs, opts ...InvokeOption) (*ListIntegrationRuntimeAuthKeyResult, error)
    func ListIntegrationRuntimeAuthKeyOutput(ctx *Context, args *ListIntegrationRuntimeAuthKeyOutputArgs, opts ...InvokeOption) ListIntegrationRuntimeAuthKeyResultOutput

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

    public static class ListIntegrationRuntimeAuthKey 
    {
        public static Task<ListIntegrationRuntimeAuthKeyResult> InvokeAsync(ListIntegrationRuntimeAuthKeyArgs args, InvokeOptions? opts = null)
        public static Output<ListIntegrationRuntimeAuthKeyResult> Invoke(ListIntegrationRuntimeAuthKeyInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<ListIntegrationRuntimeAuthKeyResult> listIntegrationRuntimeAuthKey(ListIntegrationRuntimeAuthKeyArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:synapse:listIntegrationRuntimeAuthKey
      arguments:
        # arguments dictionary

    The following arguments are supported:

    IntegrationRuntimeName string
    Integration runtime name
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    WorkspaceName string
    The name of the workspace.
    IntegrationRuntimeName string
    Integration runtime name
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    WorkspaceName string
    The name of the workspace.
    integrationRuntimeName String
    Integration runtime name
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    workspaceName String
    The name of the workspace.
    integrationRuntimeName string
    Integration runtime name
    resourceGroupName string
    The name of the resource group. The name is case insensitive.
    workspaceName string
    The name of the workspace.
    integration_runtime_name str
    Integration runtime name
    resource_group_name str
    The name of the resource group. The name is case insensitive.
    workspace_name str
    The name of the workspace.
    integrationRuntimeName String
    Integration runtime name
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    workspaceName String
    The name of the workspace.

    listIntegrationRuntimeAuthKey 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 v1 docs if using the v1 version of this package.
    Azure Native v2.34.0 published on Thursday, Mar 28, 2024 by Pulumi