list Integration Account Callback Url
suspend fun listIntegrationAccountCallbackUrl(argument: ListIntegrationAccountCallbackUrlPlainArgs): ListIntegrationAccountCallbackUrlResult
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/#accessing-any-api-version-via-local-packages for details.
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
integration Account Name
The integration account name.
key Type
The key type.
not After
The expiry time.
resource Group Name
The resource group name.
See also
suspend fun listIntegrationAccountCallbackUrl(argument: suspend ListIntegrationAccountCallbackUrlPlainArgsBuilder.() -> Unit): ListIntegrationAccountCallbackUrlResult
Return
The callback url.
Parameters
argument
Builder for com.pulumi.azurenative.logic.kotlin.inputs.ListIntegrationAccountCallbackUrlPlainArgs.