list Blockchain Member Api Keys
suspend fun listBlockchainMemberApiKeys(argument: ListBlockchainMemberApiKeysPlainArgs): ListBlockchainMemberApiKeysResult
Lists the API keys for a blockchain member. Azure REST 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 listBlockchainMemberApiKeys(blockchainMemberName: String, resourceGroupName: String): ListBlockchainMemberApiKeysResult
Return
Collection of the API key payload which is exposed in the response of the resource provider.
See also
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.
suspend fun listBlockchainMemberApiKeys(argument: suspend ListBlockchainMemberApiKeysPlainArgsBuilder.() -> Unit): ListBlockchainMemberApiKeysResult
Return
Collection of the API key payload which is exposed in the response of the resource provider.
See also
Parameters
argument
Builder for com.pulumi.azurenative.blockchain.kotlin.inputs.ListBlockchainMemberApiKeysPlainArgs.