list Configuration Store Keys
suspend fun listConfigurationStoreKeys(argument: ListConfigurationStoreKeysPlainArgs): ListConfigurationStoreKeysResult
Lists the access key for the specified configuration store. API Version: 2020-06-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
config Store Name
The name of the configuration store.
resource Group Name
The name of the resource group to which the container registry belongs.
skip Token
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
suspend fun listConfigurationStoreKeys(argument: suspend ListConfigurationStoreKeysPlainArgsBuilder.() -> Unit): ListConfigurationStoreKeysResult
Return
The result of a request to list API keys.
Parameters
argument
Builder for com.pulumi.azurenative.appconfiguration.kotlin.inputs.ListConfigurationStoreKeysPlainArgs.