listAccountKeys

Get the keys to use with the Maps APIs. A key is used to authenticate and authorize access to the Maps REST APIs. Only one key is needed at a time; two are given to provide seamless key regeneration. Azure REST API version: 2021-02-01. Other available API versions: 2018-05-01, 2021-12-01-preview, 2023-06-01.

Return

The set of keys which can be used to access the Maps REST APIs. Two keys are provided for key rotation without interruption.

Parameters

argument

null


suspend fun listAccountKeys(accountName: String, resourceGroupName: String): ListAccountKeysResult

Return

The set of keys which can be used to access the Maps REST APIs. Two keys are provided for key rotation without interruption.

See also

Parameters

accountName

The name of the Maps Account.

resourceGroupName

The name of the resource group. The name is case insensitive.


Return

The set of keys which can be used to access the Maps REST APIs. Two keys are provided for key rotation without interruption.

See also

Parameters

argument

Builder for com.pulumi.azurenative.maps.kotlin.inputs.ListAccountKeysPlainArgs.