listIntegrationAccountCallbackUrl

Gets the integration account callback URL. Uses Azure REST API version 2019-05-01. Other available API versions: 2015-08-01-preview.

Return

The callback url.

Parameters

argument

null


suspend fun listIntegrationAccountCallbackUrl(integrationAccountName: String, keyType: Either<String, KeyType>? = null, notAfter: String? = null, resourceGroupName: String): ListIntegrationAccountCallbackUrlResult

Return

The callback url.

Parameters

integrationAccountName

The integration account name.

keyType

The key type.

notAfter

The expiry time.

resourceGroupName

The resource group name.

See also


Return

The callback url.

Parameters

argument

Builder for com.pulumi.azurenative.logic.kotlin.inputs.ListIntegrationAccountCallbackUrlPlainArgs.

See also