list Integration Runtime Auth Keys
suspend fun listIntegrationRuntimeAuthKeys(argument: ListIntegrationRuntimeAuthKeysPlainArgs): ListIntegrationRuntimeAuthKeysResult
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
factory Name
The factory name.
integration Runtime Name
The integration runtime name.
resource Group Name
The resource group name.
See also
suspend fun listIntegrationRuntimeAuthKeys(argument: suspend ListIntegrationRuntimeAuthKeysPlainArgsBuilder.() -> Unit): ListIntegrationRuntimeAuthKeysResult
Return
The integration runtime authentication keys.
Parameters
argument
Builder for com.pulumi.azurenative.datafactory.kotlin.inputs.ListIntegrationRuntimeAuthKeysPlainArgs.