ListAccountKeysResult

data class ListAccountKeysResult(val id: String, val primaryKey: String, val secondaryKey: String)

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

Constructors

Link copied to clipboard
constructor(id: String, primaryKey: String, secondaryKey: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The full Azure resource identifier of the Maps Account.

Link copied to clipboard

The primary key for accessing the Maps REST APIs.

Link copied to clipboard

The secondary key for accessing the Maps REST APIs.