listIntegrationRuntimeAuthKeys

Retrieves the authentication keys for an integration runtime. Uses Azure REST API version 2018-06-01.

Return

The integration runtime authentication keys.

Parameters

argument

null


suspend fun listIntegrationRuntimeAuthKeys(factoryName: String, integrationRuntimeName: String, resourceGroupName: String): ListIntegrationRuntimeAuthKeysResult

Return

The integration runtime authentication keys.

Parameters

factoryName

The factory name.

integrationRuntimeName

The integration runtime name.

resourceGroupName

The resource group name.

See also


Return

The integration runtime authentication keys.

Parameters

argument

Builder for com.pulumi.azurenative.datafactory.kotlin.inputs.ListIntegrationRuntimeAuthKeysPlainArgs.

See also