listWorkflowVersionTriggerCallbackUrl

Get the callback url for a trigger of a workflow version. Uses Azure REST API version 2019-05-01. Other available API versions: 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 workflow trigger callback URL.

Parameters

argument

null


suspend fun listWorkflowVersionTriggerCallbackUrl(keyType: Either<String, KeyType>? = null, notAfter: String? = null, resourceGroupName: String, triggerName: String, versionId: String, workflowName: String): ListWorkflowVersionTriggerCallbackUrlResult

Return

The workflow trigger callback URL.

Parameters

keyType

The key type.

notAfter

The expiry time.

resourceGroupName

The resource group name.

triggerName

The workflow trigger name.

versionId

The workflow versionId.

workflowName

The workflow name.

See also


Return

The workflow trigger callback URL.

Parameters

argument

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

See also