listConfigurationStoreKeys

Lists the access key for the specified configuration store. Uses Azure REST API version 2023-03-01. Other available API versions: 2023-08-01-preview, 2023-09-01-preview, 2024-05-01.

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.

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.

See also


Return

The result of a request to list API keys.

Parameters

argument

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

See also