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