list Transaction Node Api Keys
suspend fun listTransactionNodeApiKeys(argument: ListTransactionNodeApiKeysPlainArgs): ListTransactionNodeApiKeysResult
List the API keys for the transaction node. API Version: 2018-06-01-preview.
Return
Collection of the API key payload which is exposed in the response of the resource provider.
Parameters
argument
null
suspend fun listTransactionNodeApiKeys(blockchainMemberName: String, resourceGroupName: String, transactionNodeName: String): ListTransactionNodeApiKeysResult
Return
Collection of the API key payload which is exposed in the response of the resource provider.
Parameters
blockchain Member Name
Blockchain member name.
resource Group Name
The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
transaction Node Name
Transaction node name.
See also
suspend fun listTransactionNodeApiKeys(argument: suspend ListTransactionNodeApiKeysPlainArgsBuilder.() -> Unit): ListTransactionNodeApiKeysResult
Return
Collection of the API key payload which is exposed in the response of the resource provider.
Parameters
argument
Builder for com.pulumi.azurenative.blockchain.kotlin.inputs.ListTransactionNodeApiKeysPlainArgs.