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 2024-07-01-preview. Other available API versions: 2020-02-01-preview, 2021-02-01, 2021-07-01-preview, 2021-12-01-preview, 2023-06-01, 2023-08-01-preview, 2023-12-01-preview, 2024-01-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native maps [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

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