1. Packages
  2. Azure Native
  3. API Docs
  4. logic
  5. listIntegrationAccountCallbackUrl
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.2.0 published on Monday, Apr 14, 2025 by Pulumi

azure-native.logic.listIntegrationAccountCallbackUrl

Explore with Pulumi AI

This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.2.0 published on Monday, Apr 14, 2025 by Pulumi

Gets the integration account callback URL.

Uses Azure REST API version 2019-05-01.

Other available API versions: 2015-08-01-preview, 2016-06-01, 2018-07-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native logic [ApiVersion]. See the version guide for details.

Using listIntegrationAccountCallbackUrl

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 listIntegrationAccountCallbackUrl(args: ListIntegrationAccountCallbackUrlArgs, opts?: InvokeOptions): Promise<ListIntegrationAccountCallbackUrlResult>
function listIntegrationAccountCallbackUrlOutput(args: ListIntegrationAccountCallbackUrlOutputArgs, opts?: InvokeOptions): Output<ListIntegrationAccountCallbackUrlResult>
Copy
def list_integration_account_callback_url(integration_account_name: Optional[str] = None,
                                          key_type: Optional[Union[str, KeyType]] = None,
                                          not_after: Optional[str] = None,
                                          resource_group_name: Optional[str] = None,
                                          opts: Optional[InvokeOptions] = None) -> ListIntegrationAccountCallbackUrlResult
def list_integration_account_callback_url_output(integration_account_name: Optional[pulumi.Input[str]] = None,
                                          key_type: Optional[pulumi.Input[Union[str, KeyType]]] = None,
                                          not_after: Optional[pulumi.Input[str]] = None,
                                          resource_group_name: Optional[pulumi.Input[str]] = None,
                                          opts: Optional[InvokeOptions] = None) -> Output[ListIntegrationAccountCallbackUrlResult]
Copy
func ListIntegrationAccountCallbackUrl(ctx *Context, args *ListIntegrationAccountCallbackUrlArgs, opts ...InvokeOption) (*ListIntegrationAccountCallbackUrlResult, error)
func ListIntegrationAccountCallbackUrlOutput(ctx *Context, args *ListIntegrationAccountCallbackUrlOutputArgs, opts ...InvokeOption) ListIntegrationAccountCallbackUrlResultOutput
Copy

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

public static class ListIntegrationAccountCallbackUrl 
{
    public static Task<ListIntegrationAccountCallbackUrlResult> InvokeAsync(ListIntegrationAccountCallbackUrlArgs args, InvokeOptions? opts = null)
    public static Output<ListIntegrationAccountCallbackUrlResult> Invoke(ListIntegrationAccountCallbackUrlInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<ListIntegrationAccountCallbackUrlResult> listIntegrationAccountCallbackUrl(ListIntegrationAccountCallbackUrlArgs args, InvokeOptions options)
public static Output<ListIntegrationAccountCallbackUrlResult> listIntegrationAccountCallbackUrl(ListIntegrationAccountCallbackUrlArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:logic:listIntegrationAccountCallbackUrl
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

IntegrationAccountName
This property is required.
Changes to this property will trigger replacement.
string
The integration account name.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The resource group name.
KeyType string | Pulumi.AzureNative.Logic.KeyType
The key type.
NotAfter string
The expiry time.
IntegrationAccountName
This property is required.
Changes to this property will trigger replacement.
string
The integration account name.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The resource group name.
KeyType string | KeyType
The key type.
NotAfter string
The expiry time.
integrationAccountName
This property is required.
Changes to this property will trigger replacement.
String
The integration account name.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The resource group name.
keyType String | KeyType
The key type.
notAfter String
The expiry time.
integrationAccountName
This property is required.
Changes to this property will trigger replacement.
string
The integration account name.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The resource group name.
keyType string | KeyType
The key type.
notAfter string
The expiry time.
integration_account_name
This property is required.
Changes to this property will trigger replacement.
str
The integration account name.
resource_group_name
This property is required.
Changes to this property will trigger replacement.
str
The resource group name.
key_type str | KeyType
The key type.
not_after str
The expiry time.
integrationAccountName
This property is required.
Changes to this property will trigger replacement.
String
The integration account name.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The resource group name.
keyType String | "NotSpecified" | "Primary" | "Secondary"
The key type.
notAfter String
The expiry time.

listIntegrationAccountCallbackUrl Result

The following output properties are available:

Value string
The URL value.
Value string
The URL value.
value String
The URL value.
value string
The URL value.
value str
The URL value.
value String
The URL value.

Supporting Types

KeyType

Package Details

Repository
Azure Native pulumi/pulumi-azure-native
License
Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.2.0 published on Monday, Apr 14, 2025 by Pulumi