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. Uses Azure REST API version 2021-02-01. Other available API versions: 2018-05-01, 2021-12-01-preview, 2023-06-01, 2023-08-01-preview, 2023-12-01-preview, 2024-01-01-preview, 2024-07-01-preview.

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.

Parameters

accountName

The name of the Maps Account.

resourceGroupName

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

See also


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

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

See also