listConfigurationStoreKeys

Lists the access key for the specified configuration store. Azure REST API version: 2023-03-01. Other available API versions: 2019-02-01-preview.

Return

The result of a request to list API keys.

Parameters

argument

null


suspend fun listConfigurationStoreKeys(configStoreName: String, resourceGroupName: String, skipToken: String? = null): ListConfigurationStoreKeysResult

Return

The result of a request to list API keys.

See also

Parameters

configStoreName

The name of the configuration store.

resourceGroupName

The name of the resource group to which the container registry belongs.

skipToken

A skip token is used to continue retrieving items after an operation returns a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls.


Return

The result of a request to list API keys.

See also

Parameters

argument

Builder for com.pulumi.azurenative.appconfiguration.kotlin.inputs.ListConfigurationStoreKeysPlainArgs.